Hi
suspect I've gone wrong somewhere
I have two tables linked by a one to many relationship
tbl_place has a list of villages
tbl_baptism has a list of baptisms fo various villages
so one village can have multiple baptisms.
So had a bit of trouble creating a form to add anew record so what I did was:
Using the query wizard ceated a simple query adding all the fields from tbl_villages and tbl_villages.
I viewed the query in design mode and it is shown as a 1 to 1 relationship
I then highlighted the saved query and selected the "Create Form" option to give me astarting point.
I can now add records perfectly and save them but when I view the table tbl_place it is writing a new place for every new record.
ie I have a village called Chapel Allerton which I expected to see once in the table but be linked to many in the baptism table. Instead I have seeing multiple fields with the value Chapel Allerton.
I have tried right clicking of the query relationship join and trying the three options but that did not help
IS this Ok or have I made a mistake?
thanks
Ian