NJudson
Who farted?
- Local time
- Today, 05:57
- Joined
- Feb 14, 2002
- Messages
- 297
I've recently split a database and when I try to run one of my subroutines I get the following error:
run-time error 3611
"Cannot execute data definition statements on linked data sources."
The line this is erroring on is:
DoCmd.RunSQL ("ALTER TABLE WizardCatsLayersFile ADD COLUMN SiteId TEXT(80)")
Is there a way around this or do I have to go back and use my database before I split it? I'm using Access 2000. Thanks for any help.
run-time error 3611
"Cannot execute data definition statements on linked data sources."
The line this is erroring on is:
DoCmd.RunSQL ("ALTER TABLE WizardCatsLayersFile ADD COLUMN SiteId TEXT(80)")
Is there a way around this or do I have to go back and use my database before I split it? I'm using Access 2000. Thanks for any help.