One Last Combo Box Question

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

Guest

OK, Combo Boxes are more or less working the way I want them to, but.....

When the record changes new one, the values stay in the combo box and a
couple of display fields I am using. I need these to be cleared so that the
combo boxes and the display fields (text boxes) have nothing in them when
them come to the new record.

I can't seem to find an event to trigger this.

Paul
Richmond, VA
--
 
Use the form's Current event. You can use it to run code that sets the value
of a control to Null.
 

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