Data Entry Form Question (1 Viewer)

Stuartjacks

New member
Local time
Today, 06:12
Joined
Feb 16, 2015
Messages
5
I an trying to create a data entry form (IndividualsEntryFm) to input data for fields such as (First Name),(Birthdate) etc., these to be saved to the (IndividualsTbl)

I also have another table (NamesTbl) which has family names etc. The two tables are linked by a (MainID) field. I want a combo box on the individualsEntryFm so that I can select the family name. Then I wish the empty fields for the IndividualsTbl to be available to enter data.When I press the save button I then want this data saved, together with the MainID from the combo box to the IndividualsTbl.

I have set the IndividualsTbl with a (PersonID) field as an auto number each individual therefore has a unique PersonID but may well share the MainID. I'm trying to link many people to the same address.
 

Stuartjacks

New member
Local time
Today, 06:12
Joined
Feb 16, 2015
Messages
5
Solved it - got round my problem after a few trails and errors
 

Users who are viewing this thread

Top Bottom