Hey guys, I'm working on a a project for a company. Right now they are entering all kinds of data by hand daily in Excel. Such as AR, Delivery, Collection, and Payments.
The man in charge thinks that the AR report can be generated automatically using information from the other sheets. I've started out thus far using a total query for Delivery to pull together the total for each invoice per customer.
Now I notice the Delivery Report only contains information starting from Jan of the current year. So all open invoices of last year won't be included. They would have to be manually added by me somehow, but that's not a good idea. When I turn this database over to the end user, they should not have to make any changes to the database whatsoever. So come 2016, 2015 information will be taken care of automatically. They will only need to update the linked Excel spreadsheets (Delivery and Collection) and use Access to Update AR information and export the reports needed.
I'm also seeing a problem where as if a customer receives the same invoice number within 2 years, it will cause major issues since I am grouping by Customer and Invoice Number and using the first invoice date for that invoice. Grouping by year and or month won't work since a customer making multiple orders on a single invoice can occur over a few days, so end of month or year can result in a invoice spanning the either of the two.
Therefore a 2015 invoice number should not be used again for the same customer until 2017, if I'm thinking correctly. However, the delivery report only contains a single years invoices, so this may not be a issue.
Is this project possible or not. The man in charge seems to think it's possible to have to never maintain the AR report again. I'm skeptical.
I would consider myself a intermediate access user, having taken dense Access classes and have a 2 year degree in software programming. So you won't have to dumb things down for me.