I would like to copy a series of files that begin with a specific date that has been selected from my form screen. I would like to add this to the end of a procedure that already runs from an Access command button. However immediately when I finish typing the command and move off the line of text I typed, the destination for the files is highlighted and I get an compile error “Expected: End of Statement”
copy “N:Files” & Format(Forms!frmMenu!AbsDt, “mm-dd-yy”) & “*.*” “H:BackupAbsenceFiles”