Account Tech-Safety
New member
- Local time
- Today, 21:42
- Joined
- Aug 25, 2001
- Messages
- 5
This is my first database. I have 3 tables which only duplicate one field which I am using to create my relationships. I have made sure that the data types are the same in the connecting fields. I used a query to make my form to pull all the fields from all three tables. I get the following error message when trying to add data to my form: "Cannot add records; join key of tblMain is not in recordset. I am using #3 of the join properties "Include all records from TblMain and only those records from Tbl Categories where fields are equal." I have checked referential int. and the two small tables show One-to-many to the large table.
The first field on my form is "AccidentID" a text field, and it is only in the tblMain. TblMain is related by fields: SiteID on one table, and CategoryID on the other table.
The first field on my form is "AccidentID" a text field, and it is only in the tblMain. TblMain is related by fields: SiteID on one table, and CategoryID on the other table.