G
Guest
Hello,
I have a form with a subform used for data entry. The subform has a combo
box (Task) that is populated based on a control in the main form.
I also have a "new record" button on the main form so the users can start
another record. When we go to a new record, the Task box does not reset. I've
tried adding DoCmd.requery to the code of the new record button, but that
doesn't seem to do anything.
What should I be doing?
Thanks,
I have a form with a subform used for data entry. The subform has a combo
box (Task) that is populated based on a control in the main form.
I also have a "new record" button on the main form so the users can start
another record. When we go to a new record, the Task box does not reset. I've
tried adding DoCmd.requery to the code of the new record button, but that
doesn't seem to do anything.
What should I be doing?
Thanks,