Hi;
This is in reference to Access 2010:
I have been tearing my hair out trying to figure out how to get a query using fields from more than one table to produce a recordset that can be added to or updated.
I have a database that uses a couple of lookup tables. When I run queries that use fields from both the main table and one or more of the lookup tables, I am unable to add new records to the recordset. The error is:'Cannot add record(s): join key of table ‘tablename’ not in recordset'
I have found that if, instead of using the field from the lookup table, I use the lookup field in the main table, I don't have this problem. But that will prevent me from using the criteria to get input from the user. I don't get an error in that situation, but I get only a null recordset when I run the query - unless I enter the wildcard '*' as the search term.
Any thoughts?
Thanks
FW