Create relationship by VBA Code

A

a

Create relationship by VBA Code

I have 2 access data base

I want to control the second data base from code ( I want to create
relation in another data base)

Table1 (PlayerID) Autonumber Primaykey

table2 PlayerId foreign key
 
Top