S
Steve
Thanks to this group I found that in order to make my db structure correct I
needed to join two tables in a many to many relationship by using a third
junction table.
I have done this:
tblPerson
tblLease
tblLease_Person
Now I have found that queries and data entry forms are difficult to build.
What's the secret? How would I make a simple data entry form that lets me
enter a Lease and the people at the same time? Can I do this? I have
tried several things and it appears that I will need to enter people and
leases with separate forms and then create a third form that ties them
together. Is this the only way? Dumb question probably....but this is the
getting started group right?
TIA
Steve
needed to join two tables in a many to many relationship by using a third
junction table.
I have done this:
tblPerson
tblLease
tblLease_Person
Now I have found that queries and data entry forms are difficult to build.
What's the secret? How would I make a simple data entry form that lets me
enter a Lease and the people at the same time? Can I do this? I have
tried several things and it appears that I will need to enter people and
leases with separate forms and then create a third form that ties them
together. Is this the only way? Dumb question probably....but this is the
getting started group right?
TIA
Steve