I am using popup forms in a database however, when i want to display a report it opens beneath the poup form.
I can close and re-open the form but I then lose the selection on multiselect listboxes.
So I thought if I can change the popUp setting to = false before the print preview it woud solve it.
Unfortunately I have not been able to get the syntax right (unless there is a deeper issue like you can't change it whilst its in focus or something) I have tried: Me.Form.PopUp
frmFrormname.PopUp
Me.PopUp
all with no success.
Any help is appreciated.
I can close and re-open the form but I then lose the selection on multiselect listboxes.
So I thought if I can change the popUp setting to = false before the print preview it woud solve it.
Unfortunately I have not been able to get the syntax right (unless there is a deeper issue like you can't change it whilst its in focus or something) I have tried: Me.Form.PopUp
frmFrormname.PopUp
Me.PopUp
all with no success.
Any help is appreciated.