PDA

Click to See Complete Forum and Search --> : Access VBA Question Regarding the Detail Section on a Form


ChrisW1
Jul 12th, 1999, 01:46 AM
I have a form in Access that has header, detail, and footer sections. When the form loads, I need to put code in to check each record and check for certain conditions, and if those conditions are met to turn on an icon next to the record. The problem is that I'm not sure which event is fired as each record is loaded. Also, if I try to turn on the icon next to the record, not one but all of the icons turn on. Any ideas or suggestions?

Thanks

bashfirst
Jul 12th, 1999, 05:29 PM
You probably want to use the Current event ... it fires once the data record is loaded... then you can do your validation and update your icon.

Hope this helps

Bash