combo with query

J

Jason Frazer

I have a form that references a query.
The query combines product info with customer info.
The two have a relationship by customer number.
I have a combo box that refences the customer table so you
can select the customer. The only problem is, after you
select the customer or change customers it does no update
the address, city and etc... because it all references
the query. How can i get the form to update the query
infomations without closing and re-opening the form?

Thanks for your time and help

Jason Frazer
 
D

Doug

-----Original Message-----
I have a form that references a query.
The query combines product info with customer info.
The two have a relationship by customer number.
I have a combo box that refences the customer table so you
can select the customer. The only problem is, after you
select the customer or change customers it does no update
the address, city and etc... because it all references
the query. How can i get the form to update the query
infomations without closing and re-opening the form?

Thanks for your time and help

Jason Frazer
.
Control name.requery
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top