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

Determining where Queries are used 1

Status
Not open for further replies.

FoxProProgrammer

Programmer
Joined
Apr 26, 2002
Messages
967
Location
US
Hi,

Is there a way to list the Form(s) that Queries are used on?

Thanks!

dz
 
You can loop through the forms collection and check the RecordSource. You may need to check comboboxes and listboxes, too.
 
Thanks, Remou. That's a good idea. I was hoping that Access had something built in, but it's easy enough to write a program to check the RecordSource of the Form and controls.

dz
 
take a careful look at the MSysQueries and MSysObjects (System) Tables.




MichaelRed


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top