Im looking to help my cousin with his invoices as he's currently doing them on paper by replacing it with a database version. Unfortunately, being a newbie to programming its taken a lot longer than it would for most people.
I have created the tables, as per my attachment, and am having a crazy time creating an invoice.
I created a form (frmInvoice) and it basically takes the users input and basically gathers data selected by the user, via table-creating queries and stores the data into temp tables.
I have the appropriate data, as he wants to bill his clients (Funeral Homes) every two weeks and I can pull the appropriate data required but cant for whatever reason figure out how to populate or relate that into the Invoice table (tblInvoice) and then create a report from this data.
I would appreciate any insight into my dilemma. Im stuck at the last part of the system and would love to finish this.
If you can either help my through my attachment or help me via providing a sample invoice system with proper table relationships, pls do reply.
I have created the tables, as per my attachment, and am having a crazy time creating an invoice.
I created a form (frmInvoice) and it basically takes the users input and basically gathers data selected by the user, via table-creating queries and stores the data into temp tables.
I have the appropriate data, as he wants to bill his clients (Funeral Homes) every two weeks and I can pull the appropriate data required but cant for whatever reason figure out how to populate or relate that into the Invoice table (tblInvoice) and then create a report from this data.
I would appreciate any insight into my dilemma. Im stuck at the last part of the system and would love to finish this.
If you can either help my through my attachment or help me via providing a sample invoice system with proper table relationships, pls do reply.