D
Deirdre
I need to append records from a table in a db with no security to a table in
a db with user level security. All users access the secured db with a
shortcut - meaning I think I need to be referring to the workgroup in my
code.
I would prefer to set this up to run at the end of each day automatically if
I could, and then delete all records from the original table once appended to
new table.
I know how to do an append query when security is not an issue but I can't
seem to get the destconnectstr right - I keep getting a permissions error.
Any help on this would be greatly appreciated.
a db with user level security. All users access the secured db with a
shortcut - meaning I think I need to be referring to the workgroup in my
code.
I would prefer to set this up to run at the end of each day automatically if
I could, and then delete all records from the original table once appended to
new table.
I know how to do an append query when security is not an issue but I can't
seem to get the destconnectstr right - I keep getting a permissions error.
Any help on this would be greatly appreciated.