M Michael Warne Sep 9, 2003 #1 is it possible to reference a field within a query via an id value. field(0), field(1), etc... mike
J John Spencer (MVP) Sep 9, 2003 #2 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
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