Here is the code below that I use to export the file. How can I get the date/time stamp into this? Please help!! Very appreciated.
Bowes
Function autoexec()
On Error GoTo autoexec_Err
DoCmd.SetWarnings False
SendKeys "y", False
DoCmd.OutputTo acReport, "LOCKS - Detail"...