View Full Version : Print Report If Tick = Yes


Hiten
10-06-2006, 12:24 AM
Hi
I have a form that creates an order, when you click on [new order] on the form it moves to a new record and it prints the Purchase Order automatically. This is fine.

But I want to have an Tick Box which defaults to Yes ( to print ) but I want to be able to Un-Tick this box then when the [new order] button is clicked it doesnt print the Purchase Order.

Is there a way to do this and add it to the macro that activates on the [new order] Buttons? I tried putting it as a condition of the printout but I couldnt get it to work.

Any advise out there....

Thanks in advance

H

KenHigg
10-06-2006, 04:08 AM
Hi
I have a form that creates an order, when you click on [new order] on the form it moves to a new record and it prints the Purchase Order automatically. This is fine. ...



Just trying to get this clear in my head - If you go to new record and it prints a new PO, it seems there would not be anything to print? Seems you would need to input po related data into the new record and the print it?

Hiten
10-08-2006, 04:29 PM
Hi Ken

Sorry probably didnt explain myself properly, I enter all the data in the form. then press new order and the db goes to the next record, but print the Purchase Order of the data i have just entered.

I was just wandering there was a way to have a tick box to exclude the printout bit in the macro?