Which event for "on load row in form"?

Access2000_JS1

Registered User.
Local time
Today, 14:46
Joined
Dec 10, 2005
Messages
24
Hi, I have a table in a form. I want to hook onto the event that occurs as each and every row is being loaded (ie to change the colour for a row). Which object and which event?
Thanks
 
The Form's Current event occurs when a record is loaded.
 
No good. The records in my form are displayed in rows. This event occurs but only once for the first record. I want to trap the event that occurs on each and every row being whatevered. Perhaps it does not exist and the rows are created and then the form is populated - hopefully that is not the case.
 
So your form is in DataSheet or Continuous Form mode. That was not mentioned in the first post. Maybe this link is what you need. AFAIK there is no event that occurs for *every* record displayed on a DataSheet or Continuous Form.
 

Users who are viewing this thread

Back
Top Bottom