M
moyrai
I am trying to create a form that is based on two tables: Members and
MemberDetails.
The Members table has the following fields
- MemberID (primary key)
- FirstName
- LastName
The MemberDetails Table has the following fields
- MemberID (primary key)
- Address
- City
- State
- Zip
MemberDetails is linked to Members through the MemberID field. My
problem is that when I'm creating a form in an ADP project connected
to SQL Server 2000, I get the following error: "You can't update the
record because another user or application has deleted it or changed
the value of its primary key."
The form has the following fields/textboxes MemberID (bound to
MemberID in the Members table), FirstName, LastName, Address, City,
State, Zip. When I create a form in MS Access in a local mdb file, it
works fine. I have read numerous posts trying to find a solution all
to no avail. Triggers, Resync command, you name it. I've come to the
point where I'm just running around in circles.
What is the simplest (and hopefully the most effctive) way of getting
my form to work? Any help in trying to sort this out would be greatly
appreciated. My experience in access and databases is somewhat limited
but I can assure you that I do need the two tables kept separate.
Thank you!
MemberDetails.
The Members table has the following fields
- MemberID (primary key)
- FirstName
- LastName
The MemberDetails Table has the following fields
- MemberID (primary key)
- Address
- City
- State
- Zip
MemberDetails is linked to Members through the MemberID field. My
problem is that when I'm creating a form in an ADP project connected
to SQL Server 2000, I get the following error: "You can't update the
record because another user or application has deleted it or changed
the value of its primary key."
The form has the following fields/textboxes MemberID (bound to
MemberID in the Members table), FirstName, LastName, Address, City,
State, Zip. When I create a form in MS Access in a local mdb file, it
works fine. I have read numerous posts trying to find a solution all
to no avail. Triggers, Resync command, you name it. I've come to the
point where I'm just running around in circles.
What is the simplest (and hopefully the most effctive) way of getting
my form to work? Any help in trying to sort this out would be greatly
appreciated. My experience in access and databases is somewhat limited
but I can assure you that I do need the two tables kept separate.
Thank you!