Form that allows supervisor review?

S

spetras73

Hi,

How do I make a form (Access 2003) that allows users to enter data, but
allows 'supervisory review' of the entry before it is saved?

Maybe a 'Reviewed' checkbox?

Seems simple enough, maybe I'm making it too hard.

Thanks.
 
M

Matt

You can’t prevent the data from being saved to the table – but you could add
a field that records the date the supervisor approved the record. Using the
date field you could create a form that would list all unapproved records
(Where ApprovedDate is null) for the supervisor to see and approve.
 
Top