Requery/Refresh

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have form [frm_NewQuote] where I have several comboboxes based off queries.
The Queries run off based off what ever my [ModelID] is in the form. I need
to know how to requery afterupdate of [ModelID]

P.S. I'm not very good with code so please make it as simple as possible.

Thanks in advance,
Travis
 
Me![ComboBoxName].requery to requery just a combo box
Me.requery to requery the entire form
 

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

Back
Top