Please Help!!!? Select * From

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been given a solution to an earlier post that I understand but can't
get to work.
Is the Select * From function used in Query Criteria box or elsewhere? I'm
dying to find out!
 
Ashley

SELECT * FROM YourTable;

is a SQL statement. If you created a new query in design mode, added table
"YourTable", and dragged the "*" into the grid, you could change the view to
the SQL view (of the query) and see the above statement.

Not a function... Run the statement where you'd run a query.

Regards

Jeff Boyce
<Access MVP>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top