DeeKearns
2 years agoQrew Member
Table to Table Relationships
I have a jobs table and an invoice table. There is a one to many relationship built between the job table and the invoice table as there can be several invoices for each job.
There are three field in each invoice (date created, final checkbox, partial checkbox) that I would like to be able to access via my jobs table for reporting purposes. I'm having trouble figuring out how to get this to work. I tried building a invoice -> jobs relationship to get a related invoice field to relate the two items but it isn't working. What am I missing?
------------------------------
Dee Kearns
------------------------------