CharlieT302
Instructor
Hi Folks,
I have a form where deliveries are scheduled. Specific vendors may not be able to deliver on certain dates (the dates will change per vendor). I need the dbase to disallow an entry if the entered date is one of those disallowed.
My thought:
Currently, I have a table that stores each vendor's ID and disallowed dates. It's a relational table; multiple dates can be entered per vendor. I would like Access to check the entire date set for a particular ID to decide if it can accept a date.
Users need to be able to alter the disallowed dates each year, so the "Validation Rule" property is not a good match unless it can somehow be tied to a table.
Am I on the right track?
I have a form where deliveries are scheduled. Specific vendors may not be able to deliver on certain dates (the dates will change per vendor). I need the dbase to disallow an entry if the entered date is one of those disallowed.
My thought:
Currently, I have a table that stores each vendor's ID and disallowed dates. It's a relational table; multiple dates can be entered per vendor. I would like Access to check the entire date set for a particular ID to decide if it can accept a date.
Users need to be able to alter the disallowed dates each year, so the "Validation Rule" property is not a good match unless it can somehow be tied to a table.
Am I on the right track?