303factory
Registered User.
- Local time
- Today, 18:58
- Joined
- Oct 10, 2008
- Messages
- 136
Hi. Not sure if this is possible:
I have a subform linked to a table. It will either be continuous forms or datasheet view, so there can be any number of records.
I would like the background colour of some of the text boxes to vary dependent on booleans on the table.
For example if a record in the table has 'True' in the field 'NameError' I need the text box for 'Name' to have a red background colour. Otherswise I need it to be green.
I've tried changing the background colour of the text box with the 'name' control source. However it seems the colour of the text box is linked for all records on the subform, if I change just one they all go red.
Is what I want possible?
I have a subform linked to a table. It will either be continuous forms or datasheet view, so there can be any number of records.
I would like the background colour of some of the text boxes to vary dependent on booleans on the table.
For example if a record in the table has 'True' in the field 'NameError' I need the text box for 'Name' to have a red background colour. Otherswise I need it to be green.
I've tried changing the background colour of the text box with the 'name' control source. However it seems the colour of the text box is linked for all records on the subform, if I change just one they all go red.
Is what I want possible?