Sorry, i missed out the last line of the error, the code is:
DoCmd.TransferDatabase acExport, _
"Microsoft Access", _
"R:\HCP Finance Jobs Database\BACKUP.MDB", _
acTable, _
"TblJobList", _
"Backup_" & Format(Date, "mmddyyyy") & "_" & Format(time, "hhmmss")