How to do that?
Thanks in advance,
Andreas Noll
Siemens AG, ICP CD Mobile Phones, Germany
Dim ctr as Container
Dim db as Database
Dim doc as document
set db=dbEngine(0)(0)
set ctr=db.Containers!Forms
for each doc in ctr.Documents
with doc
docmd.OpenForm .name, acDesign
forms(.name).Popup=true
docmd.Close acform, .name, acSaveYes
end with
next
set doc=Nothing
set ctr=Nothing
set db=Nothing
--
Dev Ashish (http://www.mvps.org/access)
"Andreas Noll" <Andrea...@mch.siemens.de> wrote in message
news:3883333F...@mch.siemens.de...
: I need to know how to set the value for the popup-property of a form.
:
: