Hi All,
I have a query which outputs a number of fields.
SELECT qryTypeofProject_Report.*
FROM qryTypeofProject_Report;
I have used SELECT qryTypeofProject_Report.* in order to get all the fields from the initial query its based on. I want a final field that merges all the previous fields for a record into one. I know I can do this via [Field 1] & [Field 2] & [field 3] etc...however in this case I do not necessarily know the names or the number of fields required. Is there a way to produce a merged field in this query based on the SELECT qryTypeofProject_Report.* command?
Thanks All
I have a query which outputs a number of fields.
SELECT qryTypeofProject_Report.*
FROM qryTypeofProject_Report;
I have used SELECT qryTypeofProject_Report.* in order to get all the fields from the initial query its based on. I want a final field that merges all the previous fields for a record into one. I know I can do this via [Field 1] & [Field 2] & [field 3] etc...however in this case I do not necessarily know the names or the number of fields required. Is there a way to produce a merged field in this query based on the SELECT qryTypeofProject_Report.* command?
Thanks All