hello, i am having a problem with my relationships. i have the following 3 tables
Tbl_name
-nameid
-first
-last
Tbl_address
-addrid
-address
-city
-state
-zip
-nameid
Tbl_phone
-phoneid
-cell
-nameid
i have a one-to-many relationship, and i keep getting the following error when i try to imput a new record from a form that has all the fields from each table
you cannot add or change a record because a related record is required in table 'Tbl_name'
i think this error is because the foreign keys are not being updated from their primary key respectively and i don't know why