I guess I didn't provide enough information. The combo box is bound to table
(tblSaturdayDates) and the Criteria of the field in the query is >Date()-14.
The form, where the combo resides, is a form used to enter sales activity
statistics. There are many sales reps and maybe ten or so fields in the form.
When a salesperson submits their activity summary report at the end of the
week, the stats from the excel spreadsheet get entered into the database.
So the admin entering the data has to first select (or enter) the
week-ending date and then the salesperson's statistics. To make things easier
for the admin, since the week-ending date is always a saturday, I decided to
create a table with all saturday dates. This way, the admin can easily select
the date. However, if a salesperson submits their activity summary report
three weeks or more late, the saturday date would not be available in the
comobo becasue of the criteria in the query. If I remove the criteria in the
query, then the admin would have to scroll through a long list to get to the
date the person is looking for.
If a user selects a date using the pop-up calendar and that date is not a
saturday date, I want the not in list event to fire and tell the admin that
it's not a saturday date. This is why I need it to work. If the user manually
enters a date in the combo and the date is not a saturday date the not in
list event fires as intended.
I hope this makes sense and clears things up. I just don't understand why
(or how) the pop-up calendar and circumvent the not in list event. Even if
it's not a saturday date I can still insert it and save the form without any
errors.
Thanks,
Jason