Sorry, if my title was a bit lame. I have a database shell that I created to use for 5 identical projects. It is a boiler plate, so that I don't have to recreate it. We are now starting the second project. I have received the data as excel spreadsheets. I imported them in to the access database back end, so that I could append them to the main table - tblmembers, and the address table, tbladdress. These are linked based on the tblmembers auto pk id.
Now I have one other spreadsheet that I was given. This is a list of the members that chose not to be members anymore. I have a yes/no field in the main table, tblmembers. I need to update the notmember yes/no with a yes check, if the members member# is listed in the exclusion table.
I have never really gone far with update queries so I am kind of at a loss. Can someone help?
Thanks!
Here is a pic of the two tables, the tbl members which needs to be updated, and the excludedmembersraw with the member records I need to update. The owner# in the excludedmembersraw is = to the vendor field in tblmembers. The number is unique.
I appreciate any help you can give.
misscrf
It is never too late to become what you could have been ~ George Eliot
Now I have one other spreadsheet that I was given. This is a list of the members that chose not to be members anymore. I have a yes/no field in the main table, tblmembers. I need to update the notmember yes/no with a yes check, if the members member# is listed in the exclusion table.
I have never really gone far with update queries so I am kind of at a loss. Can someone help?
Thanks!
Here is a pic of the two tables, the tbl members which needs to be updated, and the excludedmembersraw with the member records I need to update. The owner# in the excludedmembersraw is = to the vendor field in tblmembers. The number is unique.
I appreciate any help you can give.

misscrf
It is never too late to become what you could have been ~ George Eliot