S
samymelbourne
Hi,
I have the following query which will not work. TextBox has a string: "ID"
SELECT * FROM TableName ORDER BY Forms![TableForm]![TextBox]
However when I use the same query like this I get the desired results:
SELECT * FROM TableName ORDER BY ID.
I would like to be able to modify the query accordingly based on string
value of TextBox. I am at a witts end. All help is greatly appreciated in
advance.
Thanks
I have the following query which will not work. TextBox has a string: "ID"
SELECT * FROM TableName ORDER BY Forms![TableForm]![TextBox]
However when I use the same query like this I get the desired results:
SELECT * FROM TableName ORDER BY ID.
I would like to be able to modify the query accordingly based on string
value of TextBox. I am at a witts end. All help is greatly appreciated in
advance.
Thanks