I have 8 databases, all different, which record sales for each client. I have created a master database which contains links to all the main tables in those databases.
I want to be able to get a report at the end of each day of all sales across all the client databases. I have set up queries which are ID and date driven, and these tell the database to present sales for that day across all 8 databases. I have then set up a report (consisting of 8 subreports) to give me an rtf which then prints it all out. Phew! Problem is because the underlying queries are date driven, I am being asked for the date 8 times! Any suggestions as to how I can perform this task more efficiently?
I want to be able to get a report at the end of each day of all sales across all the client databases. I have set up queries which are ID and date driven, and these tell the database to present sales for that day across all 8 databases. I have then set up a report (consisting of 8 subreports) to give me an rtf which then prints it all out. Phew! Problem is because the underlying queries are date driven, I am being asked for the date 8 times! Any suggestions as to how I can perform this task more efficiently?