R
Rick
Once a user has entered data in a "Jobs" combo box on a
JobsActivity form based on the JobsActivity table that is
a lookup on a JobsMaster table and Access issues the
standard Access NotInList warning; how do you totally
cancel the input?
I have written a NotInListEvent which presents the user
with the option of opening the "JobsMaster" form based on
the JobsMaster table to enter a new job or cancelling
their attempt.
However, when they respond negatively the cursor remains
in the combo box with the offending data still present.
The Cancel=True code does not remove the input or reverse
the record entry.
Further, if they respond yes the JobMaster form opens but
the annoying NotItList warning pops up once again and has
to be closed before they can begin entering a new Job in
the JobMaster form.
Examples of NotInList procedures to use the data input in
the combo box originally to start a new job are not
helpful. I would like the user to move to the JobsMaster
form to record a new Job and then return to the
JobActivity form to choose the new job.
Any help would be appreicated.
JobsActivity form based on the JobsActivity table that is
a lookup on a JobsMaster table and Access issues the
standard Access NotInList warning; how do you totally
cancel the input?
I have written a NotInListEvent which presents the user
with the option of opening the "JobsMaster" form based on
the JobsMaster table to enter a new job or cancelling
their attempt.
However, when they respond negatively the cursor remains
in the combo box with the offending data still present.
The Cancel=True code does not remove the input or reverse
the record entry.
Further, if they respond yes the JobMaster form opens but
the annoying NotItList warning pops up once again and has
to be closed before they can begin entering a new Job in
the JobMaster form.
Examples of NotInList procedures to use the data input in
the combo box originally to start a new job are not
helpful. I would like the user to move to the JobsMaster
form to record a new Job and then return to the
JobActivity form to choose the new job.
Any help would be appreicated.