J
John Newman
I am a novice at access, and have been asked to write a database for users
to enter demographic information into.
I have two tables (tblname) and (tbladdress).
tblname consist of the following fields: NameID (autonumber), Fname, Lname,
SSN, and DOB
tbladdress consist of: address ID (autonumber), NameID (the relation field
to tblName), City, State, Zip
In my forms I would like to be able to press a button on the name form and
have the address form automatically open, with the NameID all ready filled
in from the Name form. I have been able to accomplish this, but I am not
able to save the information into the address table, because it tells me
that a related record has to exist in tblname.
Please help
Thanks
to enter demographic information into.
I have two tables (tblname) and (tbladdress).
tblname consist of the following fields: NameID (autonumber), Fname, Lname,
SSN, and DOB
tbladdress consist of: address ID (autonumber), NameID (the relation field
to tblName), City, State, Zip
In my forms I would like to be able to press a button on the name form and
have the address form automatically open, with the NameID all ready filled
in from the Name form. I have been able to accomplish this, but I am not
able to save the information into the address table, because it tells me
that a related record has to exist in tblname.
Please help
Thanks