Hi everybody. This is my first post here.
I have these 3 tables:
Invoice headers
Checks
Payment orders (2 fields: Number and Date)
Tables are related by a field named “PO Num” (payment order number), which is the PO's key.
I need to design a procedure to make my payments, something like this:
1-Add a new payment order to my table
2-Select from a list of unpaid invoices which ones to include in my PO (may be one or more)
3-Write checks to cancel the invoices (also may be one or more checks)
I don't mind if I have to add extra fields or do it in more than one step. I'm a real newbie here, so please be kind. Any help will be greatly appreciated
I have these 3 tables:
Invoice headers
Checks
Payment orders (2 fields: Number and Date)
Tables are related by a field named “PO Num” (payment order number), which is the PO's key.
I need to design a procedure to make my payments, something like this:
1-Add a new payment order to my table
2-Select from a list of unpaid invoices which ones to include in my PO (may be one or more)
3-Write checks to cancel the invoices (also may be one or more checks)
I don't mind if I have to add extra fields or do it in more than one step. I'm a real newbie here, so please be kind. Any help will be greatly appreciated