Help! I need some text boxes on my form to update their formats/values based on the data in the current record. The formatting of some of the controls on the form is based on the values of the current record (eg a negative value will change font to red).
The code works fine when a new record is entered or the current record is edited so i tried putting the code into the form's event procedures (like current) which detect a change to the record but this is causing various errors eg; "the expression you entered refers to an object that is closed or doesn't exist"...
Where should i should be placing the event procedure?
The code works fine when a new record is entered or the current record is edited so i tried putting the code into the form's event procedures (like current) which detect a change to the record but this is causing various errors eg; "the expression you entered refers to an object that is closed or doesn't exist"...
Where should i should be placing the event procedure?