G
Grommit
I am running a query to get name, address 1, & address 2, from a table. I
wish to use the results from this query in three separate fields on my form
but I am having difficulty using other than the first column in the resulting
query.
eg. 1st field is a combo box where the query is run from. This returns
Customer name, address 1 & address 2 but only puts column 1 ie customer name
in the box. I then have 2 text boxes address 1 & address 2 and I need to
display Column 2 & column 3 from the query in these. Is there any way I can
do this using access without writing code.
wish to use the results from this query in three separate fields on my form
but I am having difficulty using other than the first column in the resulting
query.
eg. 1st field is a combo box where the query is run from. This returns
Customer name, address 1 & address 2 but only puts column 1 ie customer name
in the box. I then have 2 text boxes address 1 & address 2 and I need to
display Column 2 & column 3 from the query in these. Is there any way I can
do this using access without writing code.