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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to speed up union queries?

Status
Not open for further replies.

nayfeh

Programmer
Mar 13, 2002
163
CA
Hi,

I have an access application with 2 linked ODBC tables. Then I used a UNION query to combine these 2 tables into one. One of my subforms are based on this union query, however, the data being input in the main form is very, very slow for users. Is there any way to make this application run faster?

Thanks.
 

Might run faster if you do a maketable query and get the data closer to the user before doing the union.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top