form with multiple items

fabrizio19

Registered User.
Local time
Today, 02:06
Joined
Aug 9, 2012
Messages
75
I wish to change the backcolor of a field on a current record being dispalyed in a 'multiple items' form. However when using me.A.backcolor = makes refrence to all fields called A on the 'multiple items' form and therefore all fields change colour not just the current record.

Thanks f:banghead::banghead:
 
It sounds as if you are working with a continuous form. With the method you are using, all records will be changes to reflect what has taken place on the record that currently holds focus.

Have a look at Conditional formatting this should be able to do what you are after.
 
Thank you for your reply
yes it is like a continuous form.
The problem is that I don't wonna only change the backcolorof a field but I would like enable and deseable several fields!
For example:
if the field A is not empty then the field C and D must be enable.
f
 

Users who are viewing this thread

Back
Top Bottom