For simplification, I have a table that has names and addresses, and a form that shows that table info. I have a second table that is a list of states and the state bird.
In order to show both address and state bird, I opened up data source and had it select both tables, and linked state in table 1 to state in table 2. This let me put state bird into the form, and it worked... BUT... I then couldn't edit any data or create new records, because the data source had become a query.
So as I understand it, I can only have one table worth of data in a form if I want to be able to edit it. What I'm trying (and failing) is to use a sub-form that has a data source of a query to get the relevant information, and then have a field in the main form reference the data from the sub-form. Is there something I'm missing?