C
cjwilkinson
I hope one of you can help me out, because I know only the basics of Access ..
I hope one of you can help me out, because
I know only the basics of Access ..
I hope one of you can help me out, because I know only the basics of Access ..
Larry said:If your main form has a Record Source of the TBL_KeyAccountManager, there
appears to be a Foreign Key in TBL_Date that relates to it. But there is no
Foreign Key to either TBL_KeyAccountManager nor TBL_Date in
TBL_ClientsVisited.
At best, there is a ClientsVisitedID in both TBL_Date and
TBL_ClientsVisited, but that would only allow a one-to-one relationship, and
I don't think that is what you want. It appears you have a logical problem
in your table design.
My guess is that you need to have a Foreign Key that relates to TBL_Dates
(that would include a reference to KamID, Year, and Week -- or a surrogate
key, maybe an autonumber, to simplify joining)... then the
TBL_ClientsVisited would have a one-to-many relationship from TBL_Dates and
be suitable for being added as a Subform in the Form for TBL_Date... a
second-level subform.
But, see, if you give us details, we may be able to help. If what I've
written is confusing, post back asking about the puzzling parts, and I'll
try to clarify, or someone will.
Larry Linson
[quoted text clipped - 55 lines]I'm sorry, I'll try and make it more comprehensible: