Hi everybody,
I use many times Private Sub Form_Load to set some parameters in the Form before the use use it. But I need to set on Fields .SetFocus to start with the correct textfield. Unfortunatly it seems that with Form_Load are the controls are still not loaded. How can I set at Form-start any SetFocus that I want?
In Access exist a Sub that can be called AFTER the form is loaded. I didn't find this in VB.
Any idea how to set the SetFocus?
Franky
