W
Warrio
Hello,
I have a field in a table. I'm using a query to Concatenate two Fields and
want to show the result as in a Memo (all together and not separated
records)
My code is
Select [No] +": " + [Note] As Notes
From Table 1;
What code can I use to see all the results concatanated in one field?
Thank you
I have a field in a table. I'm using a query to Concatenate two Fields and
want to show the result as in a Memo (all together and not separated
records)
My code is
Select [No] +": " + [Note] As Notes
From Table 1;
What code can I use to see all the results concatanated in one field?
Thank you