Is it possible to make form ReadOnly based on a field's value?

T

tommcd24

I am working on a vacation request form that users can fill then submit
via email to their manager. The Manager can approve/deny it and then is
emailed back to the employee and to HR if approved.

What I need to do is if a Status field on the form equals Submitted or
Approved I need to lock all of the controls on the form so that it
can't be modified (ie. a user can't take their approved form and extend
their vacation an extra week, etc.).

I can do this with rules for the individual controls, but it would sure
be nice if I could lock the whole form somehow. Any suggestions?
 
A

Ameet Phadnis(e Tek Global Inc.)

Try using different views...

You can create views for the same data.
 
A

Ameet Phadnis(e Tek Global Inc.)

Try creating views.

You can have different views for the same data.
 
B

Burtamus

Can you put the whole form into a section and then mark the section read
only if approved?

--
TIA, Burt
===============================
There's nothing so permanent as
a temporary solution - Me.
===============================
 

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

Top