Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7094 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I have a database for tracking invoices. There are invoices, puchase orders and payment tables and once the invoice has been registered the invoice number shows up in a value list within the purchase order table. Once an invoice is paid it is marked as such in the payment table by selecting the invoice number and a radio button. What I would like is for the invoice value list in the purchase order table and payment table to only show the invoices which are still to be paid.

Can anyone help?

Thanks

Posted

In the Purchase Order table create a global Calcualtion(result is text) field - g_InvPaid = "<InsertYourFlagHere>". Relate the two tables, PurchaseOrder::g_UnPaid <not equals symbol> Invoice::PaidStatus (Replace PaidStatus with whatever field you use to mark invoices paid), then base the Value List on related records from this table occurence showing only related records.

This topic is 7094 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.