Question : Acces Form embedded in a Report does not fire Events

I have a report with a linked and embedded form. If the form is opened from another form, the form events fire as expected (eg Open, Load, Current etc). When the same form is opened from the report in which it is embedded, none of the events fire.

I need to trigger code in the form to format and highlight certain fields correctly. How can I do this when the form is embedded in a report?

Answer : Acces Form embedded in a Report does not fire Events

Reports are not 'event triggered' objects... they're printed reports.
You can redesign your report to place the form's data into a subreport.  Your subreport DETAIL section has an ON FORMAT event that can be programmed to format based on field values.
Otherwise, your embedded form on your report is simply a picture.

Scott C.
Random Solutions  
 
programming4us programming4us