PC Review


Reply
Thread Tools Rate Thread

Changing values

 
 
Jeffrey Marks
Guest
Posts: n/a
 
      29th May 2010
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 ??
 
Reply With Quote
 
 
 
 
John W. Vinson
Guest
Posts: n/a
 
      29th May 2010
On Fri, 28 May 2010 16:43:47 -0700 (PDT), Jeffrey Marks <(E-Mail Removed)>
wrote:

>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 ??


One way this can happen is if you have a Combo Box on a form with the purpose
of selecting which record to view; such a combo *should* be Unbound (nothing
in its control source). If you use a Bound combo, it will overwrite the
Control Source with whatever ID is selected when the user tries to search.
--

John W. Vinson [MVP]
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Prevent query from changing number values to text values Renraf Microsoft Access Queries 6 9th Dec 2009 04:21 PM
Changing values in column 1 and 2 based on values in col 3 & 7 sonali Microsoft Excel Programming 1 29th Apr 2008 07:51 AM
Fill-Method changing DBNULL-values to other values Christopher Microsoft ADO .NET 4 18th Jan 2007 10:53 AM
Changing negative values to positive values =?Utf-8?B?U3Vl?= Microsoft Access 1 1st Mar 2004 05:07 PM
Re: Changing negative values to positive values Cheryl Fischer Microsoft Access 0 1st Mar 2004 03:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:55 AM.