bcooler
Programmer
- Jun 13, 2009
- 132
Thanks in advance for the help!
I have a subform which I use in the datasheet view.
When I am finished entering data in the subform, I have a quality assurance person enter their user name and date into the main form.
At this point, I want Access to look at all the subform records to make sure certain serial number fields are completely filled out. If not, notify (color maybe) the user of the missing info, and cancel the quality assurance entry. Once corrected, the quality assurance person can enter their info again, the data will be accepted and all color notifications will be removed.
I am a little new to recordsets and "clone", but was wondering if this was the right direction. I also am guessing I need the beforeupdate event with a cancel=true and me.undo comment, right?
Any ideas?
Again, thanks for any help!
I have a subform which I use in the datasheet view.
When I am finished entering data in the subform, I have a quality assurance person enter their user name and date into the main form.
At this point, I want Access to look at all the subform records to make sure certain serial number fields are completely filled out. If not, notify (color maybe) the user of the missing info, and cancel the quality assurance entry. Once corrected, the quality assurance person can enter their info again, the data will be accepted and all color notifications will be removed.
I am a little new to recordsets and "clone", but was wondering if this was the right direction. I also am guessing I need the beforeupdate event with a cancel=true and me.undo comment, right?
Any ideas?
Again, thanks for any help!