Hi
I am currently writing a database to calculate customer's bills for a newspaper delivery service and I have two problems which I feel probably could be solved in the same module.
This is that I need to calculate a different price for saturdays then weekdays and also not inlcude any sundays for the billing period.
At the moment I am just doing this through a query where I have typed in each date of every Sunday and Saturday and in seperate tables and wrote a query to select and calculate the information that way. I was hoping some1 might be able to give me some guidance in how to create a module to do this as I have no experience in VB
Thanks
I am currently writing a database to calculate customer's bills for a newspaper delivery service and I have two problems which I feel probably could be solved in the same module.
This is that I need to calculate a different price for saturdays then weekdays and also not inlcude any sundays for the billing period.
At the moment I am just doing this through a query where I have typed in each date of every Sunday and Saturday and in seperate tables and wrote a query to select and calculate the information that way. I was hoping some1 might be able to give me some guidance in how to create a module to do this as I have no experience in VB
Thanks