Quick summary
A modeless form in MS Access allows users to interact with other open windows without closing the form first. This tutorial walks through the exact Form Design and Property Sheet settings needed to configure a non-blocking, always-on-top form.
Steps
- Go to the 'Create' tab on the ribbon.
- Select 'Form Design' to create a blank form.
- Go to the 'Other' tab in the 'Property Sheet'.
- Set the 'Modal' property to 'No' to ensure the form does not block interaction with other windows.
- Set the 'Pop Up' property to 'Yes' to keep the form on top of other open windows.
- Click the save icon to save all changes.
.gif)



