D
Darren Kozey via AccessMonster.com
Hi Tina...Thanks again.
I believe my tables are structured ok, i.e. as per the following:
Contacts - PK=ContactID, Field=Name
|
|__Estimate - PK=EstimateID, FK=ContactID, Field=EstimateValue
|
|__Materials - PK=MaterialsID, FK=EstimateID, Field=Materials
I understand that there's a natural flow, but in my case anyway, there are
times when the EstimateValue field would not be entered, in which case, the
EstimateID would not be created, and then the syncronization of the
materials table is lost.
I guess there's no way around this problem, other than two things I can
think of, 1) is force the user to enter "something" in the EstimateValue
field, regardless if they have one or not, and 2) have a date field in the
Estimate table that is filled automatically when the Estimate tab is
selected. Am I incorrect in thinking this would work?
Thanks,
Darren
I believe my tables are structured ok, i.e. as per the following:
Contacts - PK=ContactID, Field=Name
|
|__Estimate - PK=EstimateID, FK=ContactID, Field=EstimateValue
|
|__Materials - PK=MaterialsID, FK=EstimateID, Field=Materials
I understand that there's a natural flow, but in my case anyway, there are
times when the EstimateValue field would not be entered, in which case, the
EstimateID would not be created, and then the syncronization of the
materials table is lost.
I guess there's no way around this problem, other than two things I can
think of, 1) is force the user to enter "something" in the EstimateValue
field, regardless if they have one or not, and 2) have a date field in the
Estimate table that is filled automatically when the Estimate tab is
selected. Am I incorrect in thinking this would work?
Thanks,
Darren