I am using a string of code that saves a file under the workorder name. I need it also save it the date stamp which is a text box on my form. For example I would like it to save something like this... WO2534-9/3/90
Here is the code I have so far...
objXLBook.SaveAs ("I:\Dept\AA-QMM-NA\Shared\APC\Inprocess_Final\Red_Tags\" & Me.WO_ORDER__.Value & ".xls")
Thanks for the help