orreymalcolm
IS-IT--Management
Hey guys! I found your site, and thank goodness I did, I'm actually stumped on this. Hopefully one of you can help.
I have 2 tables
Contract table (we'll call Con)
Complete Member list with contracts table (we'll call Mem)
Con has 5 fields, Agreement number, Agreement name, Date accepted, Date expiry and a field that is just boolean about something else.
Mem has 7 fields, Member number, agreement number, whether they are commited or not (A or B), and 4 others which are unimportant
They have Agreement number in common and is the relationship.
I wish to compare the Con table with the Mem table, BUT i wish it to compare by member number (as in perform the entire search for every different member number), so that it doesnt check the whole database, just reset the search for each member that way every member has the contract listed in that database, even if they are not committed to it. I hope that makes sense.
After that, I wish to append any contract that is not in their listing to their listing so they have every contract for every member.
Thanks alot
I have 2 tables
Contract table (we'll call Con)
Complete Member list with contracts table (we'll call Mem)
Con has 5 fields, Agreement number, Agreement name, Date accepted, Date expiry and a field that is just boolean about something else.
Mem has 7 fields, Member number, agreement number, whether they are commited or not (A or B), and 4 others which are unimportant
They have Agreement number in common and is the relationship.
I wish to compare the Con table with the Mem table, BUT i wish it to compare by member number (as in perform the entire search for every different member number), so that it doesnt check the whole database, just reset the search for each member that way every member has the contract listed in that database, even if they are not committed to it. I hope that makes sense.
After that, I wish to append any contract that is not in their listing to their listing so they have every contract for every member.
Thanks alot