all groups > sql server odbc > december 2004 >
You're in the

sql server odbc

group:

Linking tables to Access Front end



Linking tables to Access Front end Friel
12/14/2004 7:20:46 AM
sql server odbc:
I have been given the task of converting an access database back end t
an sql server back end and then linking these tables to the acces
front end.

Exporting the back end tables to SQL server was fine, however there i
a problem with the autonumber field on a table. This field was exporte
correctly, SQL server has this field as a unique identifier.
However when I link this table to the front end and open the table i
design view, it sees this field as a number field, not an autonumbe
field so when values are inserted from a form into the table, it doesn
generate a number for this field and therefore the insert receives a
error along the lines of 'cannot insert nulls into this field'

How can I link this table into the access front end so the front en
correctly recognizes this field as autonumber and performs the inser
correctly


-
Frie
-----------------------------------------------------------------------
Posted via http://www.webservertalk.co
-----------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message635787.htm
Re: Linking tables to Access Front end User
12/14/2004 11:57:32 AM

The SQL version of autonumber is IDENTITY not UNIQUE IDENTIFIER.


[quoted text, click to view]

Re: Linking tables to Access Front end User
12/14/2004 11:57:32 AM

The SQL version of autonumber is IDENTITY not UNIQUE IDENTIFIER.


[quoted text, click to view]

AddThis Social Bookmark Button