ianmuir Posted February 1, 2010 Posted February 1, 2010 Hi, I do a search between 2 dates on my invoice layout. I then print the invoices. I need to assign the current date on the invoices as they are printed. The next time I run it the same thing but 2 weeks later. i need the printed date to stay on each set of invoices so i can find them again if i need them. Anyone?
Tpaairman Posted February 5, 2010 Posted February 5, 2010 (edited) As part of your script, just before the script actually prints the record, add the step to insert the current date, and select the date field. Keep in mind this will change the date each time you go to print that invoice, which I think is what you were asking. If you want it to only put in the date the very first time it's printed, but never change it, then add the following steps just before the actual print step in the script: If [Date] = "" Insert Current Date [Date] End if Edited February 5, 2010 by Guest
Recommended Posts
This topic is 5406 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now