thechazm
VBA, VB.net, C#, Java
- Local time
- Today, 18:04
- Joined
- Mar 7, 2011
- Messages
- 515
I am looking for some advice on the proper way to figure out the earliest date and the latest date between five tables.
I know I can do this by creating a query for each table only pulling out the date field in each then using a union query to put it in one dataset then run a query to return the earliest date and latest date but I was curious if anyone had any better idea's to reduce the number of queries needed to be ran with my idea.
Thanks,
TheChazm
I know I can do this by creating a query for each table only pulling out the date field in each then using a union query to put it in one dataset then run a query to return the earliest date and latest date but I was curious if anyone had any better idea's to reduce the number of queries needed to be ran with my idea.
Thanks,
TheChazm