Displaying Form then Fire an event

J

JCM

I have a unbound form with two list boxes for selecting records. One list
box contains unselected records based on a query and the other contains
selected records based on another query.

When I open the form I want to display a msgbox to ask if I want to clear
the selected records so I can execute code to clear the selection if
appropriate.

My problem where to place the code to display the msgbox after the form has
opened. I have tested the following events and the msgbox displays before
the form displays: OnOpen, OnCurrent, OnLoad, Onactivate, AfterRender.

I have been through the help files without success.

Where can I put this event to fire?
 
Top