J
Jared
Hi,
I am using Duane Duane Hookom's concatenate function with great success when
concatenating data from a table.
I have a requirement to squeeze alot of data onto a single form.
Each time the concatenate function is called (6 times per record), it is
querying the entire table. To improve efficiency, I would like the
concatenate function to query a query. I cannot however overcome an error
when using the function of:
Too few parameters, expected 1.
I suspect I am not referencing a query correctly within the FROM statement
of the SQL code. Any help would be appreciated.
I am using Duane Duane Hookom's concatenate function with great success when
concatenating data from a table.
I have a requirement to squeeze alot of data onto a single form.
Each time the concatenate function is called (6 times per record), it is
querying the entire table. To improve efficiency, I would like the
concatenate function to query a query. I cannot however overcome an error
when using the function of:
Too few parameters, expected 1.
I suspect I am not referencing a query correctly within the FROM statement
of the SQL code. Any help would be appreciated.