C
Cat Winslow
Hi. Part one - my problem may be my design. I have a db with tables:
tblSystem (*SytemID, CustomerID, lots of detail fields)
tblCustomer (*CustomerID, name and address info...)
tblDatesAndServices (*ServiceNumber, SystemID, InspectionNumber, CustomerID
(no direct link), ServDate, etc, other service details...)
tblSubsurfaceInspections (*InspectionNumber, details of the inspection)
The strange part is getting the DatesAndServices and SubsurfaceInspections
to work the way I want. Often, but not always, a ServiceNumber is an
inspection, and then I want to link the two (in forms). This should be a
1-to-1 link, yes? but it won't let me. Do I just accept that it's 1-to-many?
or something else? (The same is really true of my Customers and Systems - I
only have one cust at a time for any system, we don't really care who they
are except for mailing, our business is the system itself.)
Once I figure this out, I hope I can get my forms to sync. Thanks for your
help.
Cat
tblSystem (*SytemID, CustomerID, lots of detail fields)
tblCustomer (*CustomerID, name and address info...)
tblDatesAndServices (*ServiceNumber, SystemID, InspectionNumber, CustomerID
(no direct link), ServDate, etc, other service details...)
tblSubsurfaceInspections (*InspectionNumber, details of the inspection)
The strange part is getting the DatesAndServices and SubsurfaceInspections
to work the way I want. Often, but not always, a ServiceNumber is an
inspection, and then I want to link the two (in forms). This should be a
1-to-1 link, yes? but it won't let me. Do I just accept that it's 1-to-many?
or something else? (The same is really true of my Customers and Systems - I
only have one cust at a time for any system, we don't really care who they
are except for mailing, our business is the system itself.)
Once I figure this out, I hope I can get my forms to sync. Thanks for your
help.
Cat