I have a task I need to get done and need some guidance as to how/where to start. I have a database on which Invoices are created. I need to create an “Accounts Receivable Ledger” which contains for each customer a list of his invoice numbers and totals, and a list of payments (credits) and the corresponding check number. I would also like for the ledger to carry a balance due.
I have created a “Payments” table that contains the fields: Count (AutoNumber), Customer ID (Number), Payment Date (Date/Time), Check Number (Text), and Payment Amount (Currency). I then tried to create a query that would combine the data from my invoice query and my payment query. The problem is that since I have linked the two via Customer ID, I get repetitive data; it puts the payments down as if they correspond to particular invoices. The customer may write one check that covers multiple invoices, so I need it to list all of the invoices as well as all of the payments for a customer.
I have already created an input form for the “Payments” and already have an input form for the “Invoices”. I just need to have some way for the customer to be able to see all of the charges and payments for a customer summarized on an input form … then a report.
Thanks for any guidance you can give me.
PS: I am not adept at VBS coding, so if possible, I need to be able to do it using the other common Access tools. I also can't seem to find a template in the program that has an Accounts Receivable portion.
I have created a “Payments” table that contains the fields: Count (AutoNumber), Customer ID (Number), Payment Date (Date/Time), Check Number (Text), and Payment Amount (Currency). I then tried to create a query that would combine the data from my invoice query and my payment query. The problem is that since I have linked the two via Customer ID, I get repetitive data; it puts the payments down as if they correspond to particular invoices. The customer may write one check that covers multiple invoices, so I need it to list all of the invoices as well as all of the payments for a customer.
I have already created an input form for the “Payments” and already have an input form for the “Invoices”. I just need to have some way for the customer to be able to see all of the charges and payments for a customer summarized on an input form … then a report.
Thanks for any guidance you can give me.
PS: I am not adept at VBS coding, so if possible, I need to be able to do it using the other common Access tools. I also can't seem to find a template in the program that has an Accounts Receivable portion.