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

Thounsands of Queries

Status
Not open for further replies.

JUANCARLOS

Programmer
Oct 30, 2000
61
0
0
PE
How to reduce database objets with code
I Have so much queries to any function like dsum, dlookup, etc, how to replace query object to code.
 
View the query in SQL view. Copy the sql code to where you want the query to run and use this format:

DoCmd.RunSQL "SQL view of query"

Uncle Jack
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top