R
ReidarT
I have one form with a date of birth combofield amongst other fields.
I use the 'not in list event' to open another form to register a new person.
When closing the second form, (tblPerson), I get form1 (tblSales) filled
with the new data.
This works good as long as there is a new date of birth.
Problem occurs when I want a new person with a date of birth already
registered.
I need a unique field to retrieve the new values.
I have PersonID as unique field in second form (tblPerson), but I dont know
how to pass the new PersonID value from second form to form1.
regards
reidarT
I use the 'not in list event' to open another form to register a new person.
When closing the second form, (tblPerson), I get form1 (tblSales) filled
with the new data.
This works good as long as there is a new date of birth.
Problem occurs when I want a new person with a date of birth already
registered.
I need a unique field to retrieve the new values.
I have PersonID as unique field in second form (tblPerson), but I dont know
how to pass the new PersonID value from second form to form1.
regards
reidarT