Hi!
I'm using Access 2010 and would like to do the following thing:
In my database, I have two tables. One table is a list of items [ItemsTable1] and contains the following fields: Group_ID, Item_ID, Item_Name.
The second table is a list of a group of items [GroupTable1] with fields Group_ID and Group_name.
I now got a second (newer) list of items [ItemsTable2], with some new data and some older data from [ItemsTable1] but not all. I'd like to compare both tables [ItemsTable1] and [ItemsTable2], first by Group-ID's and then by Item_ID's. If Group-ID and Item_ID from [ItemsTable2] matches those from [ItemsTable1], I'd like to mark the record in [ItemsTable2] as True and if not as False.
Could I do that with a Query?
I don't have much experience with Access...
I'm using Access 2010 and would like to do the following thing:
In my database, I have two tables. One table is a list of items [ItemsTable1] and contains the following fields: Group_ID, Item_ID, Item_Name.
The second table is a list of a group of items [GroupTable1] with fields Group_ID and Group_name.
I now got a second (newer) list of items [ItemsTable2], with some new data and some older data from [ItemsTable1] but not all. I'd like to compare both tables [ItemsTable1] and [ItemsTable2], first by Group-ID's and then by Item_ID's. If Group-ID and Item_ID from [ItemsTable2] matches those from [ItemsTable1], I'd like to mark the record in [ItemsTable2] as True and if not as False.
Could I do that with a Query?
I don't have much experience with Access...
Last edited: