Programatically change POPUP

Kenln

Registered User.
Local time
Yesterday, 19:41
Joined
Oct 11, 2006
Messages
551
Is there a way to set/change the POPUP property just prior to (as you) opening the form.

I have a form I would like to use/reuse.

Depending on where I use it, I would like to either have it as a popup or as a main form that filled the screen.

Does anyone have any ideas on this.

I tried setting the property.
Forms.frm_Job_Inquiry.Form.PopUp = True
but I get an error.

Thanks,
 
Unfortunately you cannot change the Model and Popup properties in VBA this can only be done at design time. You could try using the DoCmd.Maximise event depending on the situation you described.

David
 

Users who are viewing this thread

Back
Top Bottom