If I have the relationships right in the relationship window, when I go to create a query and use the 2 tables linked, it links them together and the query should work correct? This is NOT the case right now. Query wont work right. The only other common field they have is bank which is in both tables as well. bankid is also in both tables and why I chose it. Only other option is to use RegID ??? I need info out of the TBanks table to be used in the query for the check registry. Error it causes when I add the TBanks tables is a field becomes uneditable.
Query for the check registry that uses table TReg is a union query that adds a 3rd table into play.
Table TReg
1. RegID Primary Key
2. bankid number
3. bank text
Table TBanks
1.bankid Primary Key
2. Bank text
Table TReg with a primary key of RegID and table TBanks with a primary key of bankid . TReg is used for a check registry and TBanks is used for bank info.
Right now I have them linked by bankid on a one to many relationship.