refreshing data in combo boxes on a form

  • Thread starter Thread starter Del
  • Start date Start date
D

Del

When I want to update the data in a combo box on a form both of the following
lines of code work. Is one better than the other?

DoCmd.Requery "cboLine"
or
Me.cboLine.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

Back
Top