Newbies arbapost Posted December 20, 2006 Newbies Posted December 20, 2006 I have created a field in my database which designates the name I would like this file saved under. Can I make a script to save a copy of my file with the name I have created in a field? I know I can do a save and specify a specific name, however each day I do the save I want to have a different file name so my previous save is not overwritten. My "name field" is based on current date and a file desognator (IE: Reg12202006)
mr_vodka Posted December 20, 2006 Posted December 20, 2006 Please do not double post. As for your question, you can set a variable then use the Save as copy as script step referencing your new variable. Set Variable $SavePath = "filewin:/c:/" & yourfield & ".fp7"
Recommended Posts
This topic is 6548 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