Field Id Value?

M

Michael Warne

is it possible to reference a field within a query via an id value.

field(0), field(1), etc...


mike
 
J

John Spencer (MVP)

The only place I know of that it works is in the ORDER By Clause. For Example:

SELECT FieldA, FieldB, FieldC
FROM Tablename
ORDER BY 2
 

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

Top