I have about 20 queries that I run on a daily basis. Currently I have to open each database individually and enter the begin date (monday) and the end date (sunday). My question is, I want to build a form, and write some VB code that would run each query one by one and then display the results for me, but what I can't figure out is how to enter the begin date and the end date, with the 1st query, and have those parameters passed to the subsequent queries.