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!

Generating List Box of Tables 1

Status
Not open for further replies.

mdr227

Programmer
Nov 17, 2000
114
US
What would the best way to have a list box show all the tables in the current database?
 
Create a query based on the System table that shows all objects, MSysObjects.&nbsp;&nbsp;Select all records where type = 1 and name not like MSys.<br><br>Base your list box on that query.<br> <p>Kathryn<br><a href=mailto: > </a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top