Unique Record Identifier

J

JimP

When linking a SQL Server table manually, a "Unique Record Identifier"
window pops up, requesting a selection of fields to uniquely identify each
record.

Is there a way to do this via code? I don't see any place in a
"DoCmd.TransferDatabase" command that appears to accept such arguments.
 
Top