SQL Linked tables in access, cant edit newly added rows....why??

G

Greg Deputy

I have some strange behaivor in Access I cant figure out, I'm hoping someone
has seen this before.

I have an Access front end working with linked tables in a SQL 2000
database. The data was recently imported from an access database into SQL.
In some tables something strange is happening. I can edit existing rows,
and add new rows, but when I try to change data in a row that I've added, I
get an error about the data being edited by someone else and i can choose to
drop changes or copy them to clipboard. I'm the only person on the
database.

The table in question has an integer primary key field which is an identity
column.

Any help or insight would be greatly appreciated.
 
J

Joe Fallon

Probably the Bit fields use 3 state logic (True, False, Null).
You should edit the table definitions and not allow Nulls and set the
default to False.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top