apply multiple conditional formatting

A

Alistair

I have a form with 2 views, a data entry view and a display view. Once the
user submits(that changes a state flag in the form) the form I would like
them to see the display view form.

The forms are large, (50+ checkboxes, dropdown lists and of course,
textboxes) Is there a way that I can apply the same conditional formatting to
all the forms on the display page without doing one by one?

Alternatively, is there a way to lock the entire form so that they cannot
enter any more data?

Thanks in advance for your replies, they will save me a great deal of time
and sanity!
 
B

Brian Teutsch [MSFT]

Unfortunately, the best bet is to put a section around your controls and
make that section read-only. I think this still leaves some controls inside
the section displaying as editable. There isn't any way to make the whole
form disabled.

Brian
 

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