Is there a way in a double query (a query involving two tables) to use example elements to match records based on partial data in a particular field. For instance, I have two tables, both with a field for social security numbers. But the first table only has the last four digits. I want to get the information in the second table for the people listed in the first table using the person's last name and last four digits of the social. Can this be done?