D
Dave Elliott
On My form I have a Check Box True/False where if the Print button is
clicked it's value changes to 1, i.e. Printed
Default value of check box is neither true or false, so I guess it is False,
I did not set a Default and it cant be edited via the form.
Printed = 1 is in the On Click Event of the Print Check Command Button
If the check box value is not 1 and the control Customers is not null then
the form should not be able to close.
In other words if a payee has been chosen and the check has not been
printed, (Printed=1) then form cant close.
Control Customers is where you enter a payee, i.e. a person to print the
check to.
Tried different code, but could not make it work.
Thanks,
Dave
P.S. Thanks Fred
Could no make your solution work, sure it is my fault.
clicked it's value changes to 1, i.e. Printed
Default value of check box is neither true or false, so I guess it is False,
I did not set a Default and it cant be edited via the form.
Printed = 1 is in the On Click Event of the Print Check Command Button
If the check box value is not 1 and the control Customers is not null then
the form should not be able to close.
In other words if a payee has been chosen and the check has not been
printed, (Printed=1) then form cant close.
Control Customers is where you enter a payee, i.e. a person to print the
check to.
Tried different code, but could not make it work.
Thanks,
Dave
P.S. Thanks Fred
Could no make your solution work, sure it is my fault.