What I'm looking to do is an easy way I can for example:
Take the records sample from below.
For example:
Take the multiple records., and have multiple fields in a table take the
records example: Then delete the duplicate record.
LastName Name 1 Name 2 Address
Doe John Doe Jane Doe 1 Main Street
Assuming - and it's a BIG BIG INVALID UNREASONABLE assumption - that you have
either one or two records, never more, with the same last name and the same
address, you could create a Query by adding your table to the query grid
*twice*. Join LastName to LastName and Address to Address; select the Join
line and choose option 2 - "Show all records in Yourtable and matching records
in Yourtable_1". Put a criterion on Yourtable_1's Name field of
Select the LastName and Address field from the first instance, and the Name
field from each instance.
Note that a table structured as you propose would simply be incorrectly
designed. A household might consist of one person; two people with different
last names (my name is John Vinson, my wife's name is Karen Strickler); might
even consist of five or six people.