Francisco Tapia
fhtapia at gmail.com
Tue Aug 31 17:32:19 CDT 2004
I have a form which autoloads data to some unbound controls. I have a need to prompt the user if he wants to overwrite some fields w/ defaults. However since the "IF" is in the form_load event it prompts before the form is fully loaded, thus the user can't make an informed decision. Any idea how to do this? on timer, then disable it? -- -Francisco