Hello,
How do I append a relation between, two linked tables, to a database in VBA?
I can do this fine manually (using the relations table) but I get the following error at the line
"CurrentDB.Relations.Append rel"
"Run-time error 3057: Operation not supported on linked tables"
I have two...