Hello all,
Suppose I have a form that is tied to a query called "products". I would like to tie two fields from the query together in a single text box seperated by a ";".
So if my query entrees are as follows:
Product Color Size
1 Blue Large
2 Red Small
The text box would show:
Blue; Large
Red; Small
as I scroll to the particular records. What do I put in the control source field of the text box to get the text box to display this data?
Thanks,
Collen
Suppose I have a form that is tied to a query called "products". I would like to tie two fields from the query together in a single text box seperated by a ";".
So if my query entrees are as follows:
Product Color Size
1 Blue Large
2 Red Small
The text box would show:
Blue; Large
Red; Small
as I scroll to the particular records. What do I put in the control source field of the text box to get the text box to display this data?
Thanks,
Collen