Linked SQL table with UID

A

Abrm

Hello,

I have an SQL BE and an Access 2000 FE.
when I link an SQL table manually, I get an "popup" box where I can create
an index of my SQL table.
And the I have R/W permission to this table within an Access form.

I also have a procedure in VBA to link this table automatic. But then I only
have read permission, because access has know UID.

Is there a possibility in VBA to link the table and create the index, just
like you can do manually.

Thanks for the help.
 
Top