December 20, 200619 yr Newbies 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)
December 20, 200619 yr 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"
Create an account or sign in to comment