Z
Zoe
I have a table called tblCheckRequests and a table called tblRequisitions. I
need to add some new fields to the database to collect data regarding
Invoices. This invoice data relates to both Check Requests as well as
Requisition Requests. I have created a new table called tblInvoices that
captures InvoiceNumber, InvoiceID, Date, status, amount etc.
My questions is this. I need to capture this invoice data as it relates to
both check requests and requisitions requests. How do I go about doing this?
If I add both the CheckRequestID as well as the RequisitionID to the Invoice
table - then either would be left blank depending on the situation. I am not
sure how to set this up? Hope I provided enough detail for you. Thanks.
need to add some new fields to the database to collect data regarding
Invoices. This invoice data relates to both Check Requests as well as
Requisition Requests. I have created a new table called tblInvoices that
captures InvoiceNumber, InvoiceID, Date, status, amount etc.
My questions is this. I need to capture this invoice data as it relates to
both check requests and requisitions requests. How do I go about doing this?
If I add both the CheckRequestID as well as the RequisitionID to the Invoice
table - then either would be left blank depending on the situation. I am not
sure how to set this up? Hope I provided enough detail for you. Thanks.