G
Guest
I have a membership database, where the members table contains the columns
ID1, ID2, LastName, FirstName. ID1 and ID2 together form the unique key. I
would like to create a form to allow users to populate a new table with pairs
of members. When creating a new record, the user would select two members
from two lists of all members, in the form LastName, FirstName, and two pairs
of ID1 and ID2 would be stored. When viewing an existing record, the names of
the existing members would be displayed, with lists of all members, allowing
them to be changed.
Any help with this would be greatly appreciated.
ID1, ID2, LastName, FirstName. ID1 and ID2 together form the unique key. I
would like to create a form to allow users to populate a new table with pairs
of members. When creating a new record, the user would select two members
from two lists of all members, in the form LastName, FirstName, and two pairs
of ID1 and ID2 would be stored. When viewing an existing record, the names of
the existing members would be displayed, with lists of all members, allowing
them to be changed.
Any help with this would be greatly appreciated.