J
Jake F
I need to move a table to a history database each day and I used the
docmd.copyobject but it's creating a linked table in the history db. I
didn't find anything in the command that was missing or specified a linked
table, but maybe you all can see something I missed or know of a better way.
I need it to copy/paste the table so i can clear the old table for the next
day.
DoCmd.CopyObject DestinationDB, "tblAttendanceHistory_" & Format(Date,
"yymmdd"), acTable, "tblSupv_EE"
docmd.copyobject but it's creating a linked table in the history db. I
didn't find anything in the command that was missing or specified a linked
table, but maybe you all can see something I missed or know of a better way.
I need it to copy/paste the table so i can clear the old table for the next
day.
DoCmd.CopyObject DestinationDB, "tblAttendanceHistory_" & Format(Date,
"yymmdd"), acTable, "tblSupv_EE"