Hello,
I have prepared a form similar to this:
DATE:
PART NUMBER:
SERIAL NUMBER:
DATE and PART NUMBER should be mandatory for each record.
SERIAL NUMBER is optional, BUT I would like to have a confirmation box pop up if the record is submitted without a serial number...something like "No serial numbers specified. Continue?"
Does anyone know of an example of VBA code for something like this? I know how to use Dirty, BeforeDelConfirm etc., but something like this isn't shown in the Access help screen. I'm sure it's pretty simple, but I'm still a novice at this.
Thanks in advance!
I have prepared a form similar to this:
DATE:
PART NUMBER:
SERIAL NUMBER:
DATE and PART NUMBER should be mandatory for each record.
SERIAL NUMBER is optional, BUT I would like to have a confirmation box pop up if the record is submitted without a serial number...something like "No serial numbers specified. Continue?"
Does anyone know of an example of VBA code for something like this? I know how to use Dirty, BeforeDelConfirm etc., but something like this isn't shown in the Access help screen. I'm sure it's pretty simple, but I'm still a novice at this.
Thanks in advance!