Thread: Changing values
View Single Post
  #1  
Old May 29th, 2010, 12:43 AM posted to microsoft.public.access.tablesdbdesign
Jeffrey Marks
external usenet poster
 
Posts: 4
Default Changing values

I have a many-to-many relationship between Outings (with a primary key
of EventID) and Members (with a primary key of MemberID). There is a
table that ties the 2 together, tblAttendees that holds the EventID
and MemberID.

Recently, the MemberID of the tblAttendees changed on 2 records in the
table. I can see the before in an earlier version of the database and
can see what changed in the current database. It appears to be the
first event in the tblAttendee which is changing when a new member is
added. Am I doing something wrong or ??