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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top