wargod1999
Technical User
I have three tables
company
people
notes
company is unique and has a primary key
there are many people per company so their ID is not unique
there are many notes per person so that ID isn't unique eithger.
for some reason in my form if I goto data sheet view it looks like this:
Note1--->Person1
Note2--->Person1
Note3--->Person1
thats 3 records when it should be one record
Person1--->Note1;Note2;Note3
its showing 100 of the same person when I want just one record per person. Can you help me???
company
people
notes
company is unique and has a primary key
there are many people per company so their ID is not unique
there are many notes per person so that ID isn't unique eithger.
for some reason in my form if I goto data sheet view it looks like this:
Note1--->Person1
Note2--->Person1
Note3--->Person1
thats 3 records when it should be one record
Person1--->Note1;Note2;Note3
its showing 100 of the same person when I want just one record per person. Can you help me???