Jen,
This response will pertain to both your replies...
You wrote...
I eventually want to create another couple tables:
1) Bookings/Events before 1999
2) Bookings / Events the year 2000 and up
Just build 1 table to hold ALL your bookings, and use filtering to
View/Query/ReportOn those years you want.
You wrote
if I have set this up correctly (see last posting) then how do I do what
you
have said above: display all of the calls associated with that lead?
Here's the form I envision... and again... this is just conceptual. You
need to work out the details with some "sweat equity"... and occaisional
help with specific questions here on the NG.
The top half of your Main (One) form is based against your Contacts table
and sets the ContactID.
In the lower half of the form, I'd place a Tab Control with 2 Tab Pages.
Page 1 is called SalesCalls, and contains a subform based against
your (Many) SalesCalls table. That would be a "continuous" subform, and
would display multiple Sales Calls made to the Contact, and linked via
ContactID.
Page 2 is called Bookings, and contains another continuous subform
based against your (Many) Booking table, and linked via ContactID. This sub
would display all booking associated with that contact.
Now, it seems to me (from your post) that you understand the concept of a
One to Many realtionship. If I understand...now you just need a Main form
and Subform/s that relate and present that data (and it's relationship) to
the user.
hth
Al Camp
Well, whenevr you create a new sales call in the subform, because oif the
"relationship between