Show Form - On Top

  • Thread starter Thread starter Andibevan
  • Start date Start date
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 don't really understand what your problem is. The short answer is 'close
the IDE', the more complex answer is 'just what are trying to see?'
 
Back
Top