How can I print Original & Duplicate (1 Viewer)

mithani

Registered User.
Local time
Tomorrow, 01:07
Joined
May 11, 2007
Messages
291
Hello friends,

I have made one purchase order module. When I enter my purchase order detail, I have one button to take print out. For printing I am using DoCmd.OpenReport command and working fine.

What I am looking for that when I press print button, I should:

1. Get three copies.
2. First copy should shows "ORIGINAL"
3. Second copy should shows "DUPLICATE"
4. And the last copy shows "FOR STORE KEEPER"

In my Purchase order Parent table, I have included two fields "FirstCopy" & "SecondCopy" and both are bolean type. So Once i print my purchase order first time, bothe fields ("FirstCopy & SecondCopy") will be TRUE in my parent table. Then after If someone takes print out, he can only take print "STORE KEEPER COPY".

Would you kindly let me know that:

After entering all information for purchase order, when I press enter to take print out, how I can set my two field "FirstCopy" & "SecondCopy" TRUE?

I am very much confussed. If you have any other suggestion, please let me know.

Thanks a lot

mithani
 

mithani

Registered User.
Local time
Tomorrow, 01:07
Joined
May 11, 2007
Messages
291
bob please help me....

mithani
 

Users who are viewing this thread

Top Bottom