I have my table structure as:
personalDetails(Pid, fn, ln,...)
link(pid,addressId, type)
address(addressId, street...)
I have a form called add participants. It has a subform which gets the addresses of each participants.
It works ok for an example record that i created using tables but when i tried using form i can enter everything except for the address.. when i try to click on the subform to enter an address I get the error
"related record required in personalDetails table"
the subform is created using form wizard and the fields that i am taking are: link.pid, type, street
and then when the wizard asks me how i want to link them i use: personalDetails.pid & link.pid!
personalDetails(Pid, fn, ln,...)
link(pid,addressId, type)
address(addressId, street...)
I have a form called add participants. It has a subform which gets the addresses of each participants.
It works ok for an example record that i created using tables but when i tried using form i can enter everything except for the address.. when i try to click on the subform to enter an address I get the error
"related record required in personalDetails table"
the subform is created using form wizard and the fields that i am taking are: link.pid, type, street
and then when the wizard asks me how i want to link them i use: personalDetails.pid & link.pid!