Can I make a sub form pop up/modal

S

shaw

sometimes it's nice to have a popup form as a subform when doing some record
operations, I tried to change the property of the subform "popup" to yes,
but it is still nested in the main form. Just wondering, is there anyway to
do that afterall?

shaw
 
V

Van T. Dinh

Not AFAIK.

However, there is nothing to stop you using a Form
(equivalent to your Main Form) and another Form (pop-up)
which is equivalent to your Subform.

The more complex part is how to keep the 2
Forms "synchronised" using VBA code to replace the
LinkMasterFields / LinkChildFields Properties of the
SubformControl.

HTH
Van T. Dinh
MVP (Access)
 

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