View Full Version : clearing data from list boxes


krudvin
10-23-2001, 04:19 AM
Hi,
I have a form with list boxes based on tables. When I enter a new record the data from the previous record is autofilled in the list boxes. I have tried to set a default for the list boxes but this doesn't seem to work.
Can anyone help?
Thanks. Karin.

DJN
10-23-2001, 05:53 AM
Try changing the 'Data Entry' property for the form to Yes.

krudvin
10-23-2001, 06:03 AM
Thanks, but I've tried that with the same result...

Pat Hartman
10-23-2001, 07:28 AM
If the listboxes are unbound, you'll need to clear them in the Current event of the form.

krudvin
10-23-2001, 08:52 AM
Thanks again, but all my list boxes are bound...

Pat Hartman
10-24-2001, 01:34 PM
You may find comboboxes easier to work with.