ComboBox Back To Blank

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

Guest

The data on a form is put into a work table, once the data is entered, the
data is appended to a permanent table, the work table is deleted and the form
is refreshed ready for the next job. A combo box pulls jobs from a form and
then inserts data automatically into other fields. My problem is that after
the data is moved, form refreshed, etc. the job stays in the combo box. I
need it to be blank so that the same job is not used again. Tried refreshing
and some other things but can't get it to work. Any help, as always, is so
very much appreciated! Jani
 
Jani

In the code you use to do all that moving around, do you have a line
something like:

Me!YourComboBox = Null

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Thank you so much - works perfectly!!! jms

Jeff Boyce said:
Jani

In the code you use to do all that moving around, do you have a line
something like:

Me!YourComboBox = Null

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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