SQL Statement (in Access)

  • Thread starter Thread starter Hungry
  • Start date Start date
H

Hungry

Hello.
SELECT [Name]...

What is Name referring to in the above statement?
Thanks In Advance
 
Hello.
SELECT [Name]...

What is Name referring to in the above statement?

The field (mis)named Name in some table (which is presumably specified
in the FROM clause of your SQL statement).

Note that Name is a reserved word, and a bad choice of fieldname.

John W. Vinson[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