G
Guest
hi all...
I hate that i'm posting this, but I can't figure out what is going on. I
have a form that I use to print a report of select inventory items, the form
has misc items including a checkbox named of all things "printtoreport".
When I check the box and then open my report, my report only shows those
items for the checkbox is true.
When I close my form, I want my checkbox "reset" to false.
Here is what I have, but isn't working:
OnClose of the form:
If Me.PrinttoReport = True then
Me.PrinttoReport = False
End if
Any suggestions?
Brook
I hate that i'm posting this, but I can't figure out what is going on. I
have a form that I use to print a report of select inventory items, the form
has misc items including a checkbox named of all things "printtoreport".
When I check the box and then open my report, my report only shows those
items for the checkbox is true.
When I close my form, I want my checkbox "reset" to false.
Here is what I have, but isn't working:
OnClose of the form:
If Me.PrinttoReport = True then
Me.PrinttoReport = False
End if
Any suggestions?
Brook