Linking tables to Access Front end
From: Friel (Friel.1h9b9k_at_mail.webservertalk.com)
Date: 12/14/04
- Next message: User: "Re: Linking tables to Access Front end"
- Previous message: Joseph Geretz: "Re: Problem importing data from Interbase using DTS"
- Next in thread: User: "Re: Linking tables to Access Front end"
- Reply: User: "Re: Linking tables to Access Front end"
- Reply: User: "Re: Linking tables to Access Front end"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Dec 2004 07:20:46 -0600
I have been given the task of converting an access database back end to
an sql server back end and then linking these tables to the access
front end.
Exporting the back end tables to SQL server was fine, however there is
a problem with the autonumber field on a table. This field was exported
correctly, SQL server has this field as a unique identifier.
However when I link this table to the front end and open the table in
design view, it sees this field as a number field, not an autonumber
field so when values are inserted from a form into the table, it doesnt
generate a number for this field and therefore the insert receives an
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 end
correctly recognizes this field as autonumber and performs the insert
correctly?
-- Friel ------------------------------------------------------------------------ Posted via http://www.webservertalk.com ------------------------------------------------------------------------ View this thread: http://www.webservertalk.com/message635787.html
- Next message: User: "Re: Linking tables to Access Front end"
- Previous message: Joseph Geretz: "Re: Problem importing data from Interbase using DTS"
- Next in thread: User: "Re: Linking tables to Access Front end"
- Reply: User: "Re: Linking tables to Access Front end"
- Reply: User: "Re: Linking tables to Access Front end"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|