I have a front-end .MDE that is linked to several back-end databases (to minimize size and possibility of loss of data)... Everything revolves around the ClientID in Client...
In general, I would have tables such as this:
Client
Client Expenses
Client Creditors
Client Notes
The archive tables are located in a different database but named with an "A" in front of them (I know, not ingenious, but it still works):
AClient
AClient Expenses
AClient Creditors
AClient Notes
When the trigger is met, the specific records are Appended to the Archive tables but the problem exists when I want to delete the records from the original tables (I don't want them there anymore)... The error I get is looks like a MessageBox I could've programmed that says "Could Not Delete From Specified Tables" - the help menu is about as vague as stereo instructions... However, I eliminated the permission possibility and I believe I eliminated the Read-Only possibility... Believe it or not, this once worked, now... well, HELP!!!
Thanks in advance,
Roy aka BanditLV
Las Vegas, NV
In general, I would have tables such as this:
Client
Client Expenses
Client Creditors
Client Notes
The archive tables are located in a different database but named with an "A" in front of them (I know, not ingenious, but it still works):
AClient
AClient Expenses
AClient Creditors
AClient Notes
When the trigger is met, the specific records are Appended to the Archive tables but the problem exists when I want to delete the records from the original tables (I don't want them there anymore)... The error I get is looks like a MessageBox I could've programmed that says "Could Not Delete From Specified Tables" - the help menu is about as vague as stereo instructions... However, I eliminated the permission possibility and I believe I eliminated the Read-Only possibility... Believe it or not, this once worked, now... well, HELP!!!
Thanks in advance,
Roy aka BanditLV
Las Vegas, NV