Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Code to run existing queries off new table

Status
Not open for further replies.

sazi22

Technical User
Oct 7, 2004
43
US
I have over 130 queries using a 2004 data table. I would like to use the same queries with the 2005 data table. Is there code that would make this quick and easy rather than rerunning the queries one by one?

Thanks!
 

Rename your 2004 table to something else.

Create a query with same name as the 2004 table containing

SELECT * FROM 2005TableName

Maybe that would do it for you ???


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top