adding records

N

nathan

I have a particular form with a combo box on listing a set
of data. I have created an add record button which when
clicked clears all the othewr fields on the form ready for
data to be entered, apart from the combo box. Could you
please instruct me on how to set it so that when I
click 'add new record' the data that is currently on
display in the combo box is cleared ready for new data to
be entered.
Thank you
 
D

Dan Artuso

Hi,
If by 'clearing the combo' you mean the selection, then:
Me.yourCombo = 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

Top