Form that allows supervisor review?

  • Thread starter Thread starter spetras73
  • Start date Start date
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top