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

Query to Return All Records

Status
Not open for further replies.

todd8

Technical User
Jun 10, 2005
4
US
I want to write a query that returns all records in a database. This query is to be used as my control source for a combo box. I had done this once before, but my system was corrupted, and I cannot remember how to write this criteria for the query.

Thanks
 
how to write this criteria for the query
To get all records simply don't apply any criteria.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Simple type Select * from your Table when constructing the SQL statement
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top