Search results

  1. J

    Create Relation between Linked Tables [VBA]

    Note: I get the following when I click on "Help" with the message: "Import data from the table, and then try the operation again."
  2. J

    Create Relation between Linked Tables [VBA]

    Thanks for the reply. :) Before I added that section I was getting an error 3366: "Cannot append a relation with no fields defined" when trying to append the relation. So I checked the fields contained in the relation when created manually and I've tried to add them (just the one) to the new...
  3. J

    Create Relation between Linked Tables [VBA]

    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...
Back
Top Bottom