"Cannot create child list for field xxx" on CREATE TABLE
Database
1
Posts
1
Posters
0
Views
1
Watching
-
When I try to execute the following CREATE TABLE command, even directly in Access' query analyzer, I get the message "Cannot create child list for field Table". I can't find any reference by Googling that doesn't refer to binding data grids or navigating away from a record, which I'm obviously not trying to do here. CREATE TABLE test ( [code] INTEGER) I tried adding PRIMARY KEY just in case, but no difference. The table itself *is* created successfully - it seems to be trying to do something after creating the table and that's what causes the error message. Any ideas?