Hey,
I have a database that tracks and logs all work that we have in our department. when i try to save a record a runtime error '3197' appears, and when i click debug the following code is highlighted:
DoCmd.TransferDatabase acExport, _
"Microsoft Access", _
"R:\Jobs Database\BACKUP.MDB", _
acTable, _
"TblJobList", _
"Backup_" & Format(Date, "mmddyyyy") & "_" & Format(time, "hhmmss")
Can anyone help me?!?!?!?!?!?!?!?!?
I have a database that tracks and logs all work that we have in our department. when i try to save a record a runtime error '3197' appears, and when i click debug the following code is highlighted:
DoCmd.TransferDatabase acExport, _
"Microsoft Access", _
"R:\Jobs Database\BACKUP.MDB", _
acTable, _
"TblJobList", _
"Backup_" & Format(Date, "mmddyyyy") & "_" & Format(time, "hhmmss")
Can anyone help me?!?!?!?!?!?!?!?!?