Hi all! Still an amateur at access...
I have two tables, tblObject and tblPlace, linked by a one-to-many relation (one place can have many objects). FrmObject is for registering objects, and have a textbox for entering the placename. If the placename is unknown in tblPlace, frmPlace opens for registering the new place, and then closes. But unless I then enter the placename in the textbox in frmObject again (even though it is still there!) I get an error 3101 when trying to save the record. I am stumped, is there some way to requery a textbox or getting the form to recognize the text in the box?
Many thanks.