with Office 2002-ADOX, unable to link table through coding

A

Advant

I am unable to link tables using activeconnection. pls guide me to link
tables through code
 
L

Lee Robinson

I use this command:

DoCmd.TransferDatabase acLink, "Microsoft Access", NewPath, acTable,
SourceTable, DestinationTables, True, False

Lee Robinson
 
Top