A
Andibevan
Hi All,.
I am using the following code to show a form:-
Sub test_cmdListVersionedFiles()
Call Initialise_Settings
DoCmd.OpenForm "PVCS_DB_Choose_Database", acNormal, , , acFormReadOnly,
acWindowNormal
End Sub
If I select this code then hit F5 the form is displayed but not on top of
the IDE - what do I have to do to bring this window to focus?
TIA
Andi
I am using the following code to show a form:-
Sub test_cmdListVersionedFiles()
Call Initialise_Settings
DoCmd.OpenForm "PVCS_DB_Choose_Database", acNormal, , , acFormReadOnly,
acWindowNormal
End Sub
If I select this code then hit F5 the form is displayed but not on top of
the IDE - what do I have to do to bring this window to focus?
TIA
Andi