Hi, thank you. That worked. However, maybe I'm heading down the wrong track because the results weren't what I was expecting.
Here is my situation;
I have a feature class of users and a table of non-spatial data. Both have a unique ID in common.
I want to be able to query the feature class and table to create new table(s). So for example, I might query the feature class to give me everyone between the age of 22-30 years old but also at the same time, give me any records from the table where a field is 'yes' and the id's between the two (feature class and table) are the same?
It's not that I don't know how to write the query for this, its just that I cant figure out which tool or function to use. I thought the relationship would do this, and it did, but its not allowing me to export data from both. If I do as you suggested, I can only export from one table.
Any idea on how to query to tables, keep the one-to-many relationship and then export to a new table?