I have a problem with linked tables. I have no problem creating them with a primary key so that the tables are updatable. We have login restrictions to the database that forces me to change my password every 90 days. When I change the password (because I have my password set in the odbc connection) I must relink the tables. When I relink the tables, I lose the primary key. This only happens when I choose a primary key when linking the table, not for an access defaulted primary key.
Does anyone know how I can either prevent this from happening or how I can readd a key without dropping and recreating the link.
TIA
Does anyone know how I can either prevent this from happening or how I can readd a key without dropping and recreating the link.
TIA