View Full Version : Modal (Pop-up Forms)


velcrowe
06-16-2006, 11:45 AM
I am trying to understand the modal property and how it relates to pop-up windows. If someone can please help clarify how the two work or don't work together. Thank you.

I also wanted to hide my database window after a user logs into the database. Is there a simple docmd string to do this. The RunCommand, WindowHide (autoexec) macro is generating an error message.:confused:

KeithG
06-16-2006, 12:47 PM
If the Modal property is set the True the form will remain the active form until it is closed.

velcrowe
06-20-2006, 04:39 PM
Thank you. I really am learning Access as fast as I can