DBL
Registered User.
- Local time
- Today, 23:50
- Joined
- Feb 20, 2002
- Messages
- 659
I'm opening a form in snapshot view and would like the background colour of all the fields in the form to be a dark colour to show that it is in snapshot. the user then clicks Amend and the background colour would change to something lighter to show they can amend the record. Is there any way of on the OnClick event of the Amend button change all the fields (and there's lots) at once without having to name them all individually, ie:
Me.text1.background = whatever
me.text2.background = whatever
Thanks
Me.text1.background = whatever
me.text2.background = whatever
Thanks