I have a situation where, on loading a (new) record, I want to do some conidtional formatting (using VBA) to set the background for some date fields ("RAG Status" - Red/Amber/Green, depending on other values in recordset).
When tabbing through the fields I can get the various events to react correctly and set the background colour, as they do when dates are updated.
It's only only when the (new) record is loaded that I can't find the right event to handle the formatting correctly.
Any ideas?
Apologies if this appears to be too easy, or stupid on my part.
When tabbing through the fields I can get the various events to react correctly and set the background colour, as they do when dates are updated.
It's only only when the (new) record is loaded that I can't find the right event to handle the formatting correctly.
Any ideas?
Apologies if this appears to be too easy, or stupid on my part.