G
Guest
Hello,
I posted to a thread yesterday, from 1/28/06. No response, so I am trying
here.
I am trying to change the column heading of certain columns in a form
opening in datasheet view. I am using a query as the data source for that
form.
Per the thread on 1/28, I learned I can use the "... fieldname AS
desiredfieldname FROM tablename (or queryname?).
I have the following syntax in my SQL statement, but get an error:
SYNTAX ERROR in the FROM CLAUSE.
I am trying to use data from another query, in this query, to get a column
name:
.... MasterCriteria.CriteriaValue1 AS CriteriaDesc1 FROM qryCriteriaHeadings...
Any ideas?
Thanks,
I posted to a thread yesterday, from 1/28/06. No response, so I am trying
here.
I am trying to change the column heading of certain columns in a form
opening in datasheet view. I am using a query as the data source for that
form.
Per the thread on 1/28, I learned I can use the "... fieldname AS
desiredfieldname FROM tablename (or queryname?).
I have the following syntax in my SQL statement, but get an error:
SYNTAX ERROR in the FROM CLAUSE.
I am trying to use data from another query, in this query, to get a column
name:
.... MasterCriteria.CriteriaValue1 AS CriteriaDesc1 FROM qryCriteriaHeadings...
Any ideas?
Thanks,