O
Opal
This one has me stumped. I am running Access 2003 and have
an unbound form with 10 combo boxes that I need to reset to null
after a record is recorded in the table.
The user selects a combo box choosing either "Yes", "No" or
"N/A". If the user selects "No" another combo box comes up
(one of the 10) to make a detailed choice in his response to the
question posed. After this record is submitted, the form clears
and the user will enter another record. He may answer "No"
to a different question and a different combo box (one ot the
10) will come up with a list of choices as his response. He
would then hit submit. The problem is, the table records
for the second (and subsequent) records the choice for the
1st record where the answer was "No" plus the choice for the
second where the answer was "No" and so on. I want to be able
to reset the value of these combo boxes to null as I do not
want the value from a previous recorded on the next. I have
tried re-query on the form's current event and .value = null
and nothing works. Could someone please point me in
the right direction?? Thank you.
an unbound form with 10 combo boxes that I need to reset to null
after a record is recorded in the table.
The user selects a combo box choosing either "Yes", "No" or
"N/A". If the user selects "No" another combo box comes up
(one of the 10) to make a detailed choice in his response to the
question posed. After this record is submitted, the form clears
and the user will enter another record. He may answer "No"
to a different question and a different combo box (one ot the
10) will come up with a list of choices as his response. He
would then hit submit. The problem is, the table records
for the second (and subsequent) records the choice for the
1st record where the answer was "No" plus the choice for the
second where the answer was "No" and so on. I want to be able
to reset the value of these combo boxes to null as I do not
want the value from a previous recorded on the next. I have
tried re-query on the form's current event and .value = null
and nothing works. Could someone please point me in
the right direction?? Thank you.