E
Eric
Hi.
I upsized the data.mdb portion of my application to SQLServer, and had to
create a primary key to link it back to access. I am now trying to insert
records, but was hoping for SQLServer to handle the Primary key similar to
an access autonumber field. . .
I think Identity Insert will do that. . . I think it's one table at a time
(I could live with that restriction).
Can I set that from VB. . . thinking I would do it on form load, and turn it
off on form unload. . .
thanks
e
I upsized the data.mdb portion of my application to SQLServer, and had to
create a primary key to link it back to access. I am now trying to insert
records, but was hoping for SQLServer to handle the Primary key similar to
an access autonumber field. . .
I think Identity Insert will do that. . . I think it's one table at a time
(I could live with that restriction).
Can I set that from VB. . . thinking I would do it on form load, and turn it
off on form unload. . .
thanks
e