Cannot Append Table

mdg

Registered User.
Local time
Today, 14:55
Joined
Feb 17, 2011
Messages
68
When I attempt to append linked tables to my database I get an error message that indicates an INSERT INTO query cannot contain a multi-valued field. The linked tables are identical and should work. Is there a way to append a table that contains multi-value fields? I have spent a lot of time making this database and it would really suck if I can' somehow link the main tables and append/update the data.
Thanks to anyone that knows a work around.
 
i have never even looked at a multi-valued field to see what it does. the trouble is, using special built-in access stuff locks you into access. It is hardly much harder to roll your own "multi-valued" field (ie a simple lookup table) and then you get full transparency and portability, as well as not being limited to just whatever functionality MS decided to give you with the m-v field.

for similar reasons, we rarely bother about defining lookup tables at table level, and ignore the "plus" sign in tables. (is it still there?)
 
@Dave,

Yep, that little pesky plus sign is still there!
 

Users who are viewing this thread

Back
Top Bottom