Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Giving views a unique identifier

Status
Not open for further replies.

MarkGreen

Technical User
Oct 4, 2002
40
GB
Hi, i'm having trouble allocating a unique identifier on a view.
I am importing SQL server views into access as tables, but every time i (or any user) connects to the server, I get a message asking the user to select a unique identifier for each view individually. This is obviously not practical to have every time but i cannot find a way of getting round it!!
Any help is greatly appreciated!

Mark.
 
You will likely find your solution at the client end.

Access 2000 serves for the client at this site. It asks for a unique identifier when an SQL Server table is first connected to a database but the database retains that information and does not normally ask for it again.

The protocol here is to make sure the first field in any view will serve as a unique identifier, and to instruct users to select that field when prompted for a unique identifier.

Best,

Harry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top