G
Guest
I’m trying to remove the control box, close and min max buttons on a form.
I set the control, close and min max properties to no
The form still displays the boxes.
I then set the form pop up property to yes and the boxes go away.
My problem is my print buttons will not work after the form pop up property
is set to yes
Here is the code under my print button.
strFilter = "qry_selectMemberRequest" & txtMemberID
DoCmd.OpenReport "rpt_SelectMemberRequest", acViewPreview, strFilter,
"tbl_memberOverrides.memberID = txtMemberID"
Im not sure what Im doing wrong.
I set the control, close and min max properties to no
The form still displays the boxes.
I then set the form pop up property to yes and the boxes go away.
My problem is my print buttons will not work after the form pop up property
is set to yes
Here is the code under my print button.
strFilter = "qry_selectMemberRequest" & txtMemberID
DoCmd.OpenReport "rpt_SelectMemberRequest", acViewPreview, strFilter,
"tbl_memberOverrides.memberID = txtMemberID"
Im not sure what Im doing wrong.