Hi,
I have an Access backend with a field named 'domain'. I guess this must be a reserved word/keyword because I'm running into problems when running a query on the DB.
SELECT * FROM myTable WHERE domain = 'blah'
the error that comes back is: Unspecified Error.
I thought it might help to quantify the field by going: myTable.domain but I get the same error.
Is there any workaround? I have already built many pages using this field so changing the field name from 'domain' is really not an option.
Thank you,
-Kevin
I have an Access backend with a field named 'domain'. I guess this must be a reserved word/keyword because I'm running into problems when running a query on the DB.
SELECT * FROM myTable WHERE domain = 'blah'
the error that comes back is: Unspecified Error.
I thought it might help to quantify the field by going: myTable.domain but I get the same error.
Is there any workaround? I have already built many pages using this field so changing the field name from 'domain' is really not an option.
Thank you,
-Kevin