Show Form - On Top

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
 
R

Rob Oldfield

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?'
 

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