G
Guest
I am new to access. I have a multi select list box on a customer form. I was
able to find code to insert behind a command button that will loop through
the selected list items and open a query with the results of the list box
selections. What I really need now, is it to be able to take the results of
the query and combine them into one field on the form and also be able to use
this field for a report. This is my data:
CustId Name PropType
3 Smith Land
3 Smith Retail
3 Smith Motel
3 Smith Warehouse
The current query will give me the output of Cust 3 as:
Land
Retail
Motel
Warehouse
With the code, I do not see the selections/query results on the form or know
how to combine them to one field that I can put in the form. Can anyone help
me with the code to do this?
able to find code to insert behind a command button that will loop through
the selected list items and open a query with the results of the list box
selections. What I really need now, is it to be able to take the results of
the query and combine them into one field on the form and also be able to use
this field for a report. This is my data:
CustId Name PropType
3 Smith Land
3 Smith Retail
3 Smith Motel
3 Smith Warehouse
The current query will give me the output of Cust 3 as:
Land
Retail
Motel
Warehouse
With the code, I do not see the selections/query results on the form or know
how to combine them to one field that I can put in the form. Can anyone help
me with the code to do this?