M
Maurita
Hi all, hope someone can help with a problem I am having. I have a
total of four tables. Table 1 (the main table) is called EXPEDITES
and has a field called OverhaulNumber to hold the value of Table 2,
OVERHAUL. The OVERHAUL table has four fields (OverhaulFacility,
EngineSerialNumber,OverhaulDate, and OverhaulNumber). Tables 3 and 4
are titled tblOverhaulFacility and tblEngines, which hold information
that the OVERHAUL table pulls from.
Anyway, since the OVERHAUL table must be unique, I have set the
OverhaulNumber as an autonumber field. I have set multi key fields
for OverhaulFacility, EngineSerialNumber and OverhaulDate; which work
great.
The major problem I am experiencing is that I am having trouble
creating a relationship between the OVERHAUL table and the main table
of EXPEDITES. When I try to create a relationship, it is of an
Indeterminate Type. If I take off the multiple key fields and just
usse the OverhaulNumber autonumber field as the primary key, the
relationship works fine. But, I must have unique records in the
OVERHAUL table.
I would appreciate any help with this matter.
Thank you.
Maurita Searcy
total of four tables. Table 1 (the main table) is called EXPEDITES
and has a field called OverhaulNumber to hold the value of Table 2,
OVERHAUL. The OVERHAUL table has four fields (OverhaulFacility,
EngineSerialNumber,OverhaulDate, and OverhaulNumber). Tables 3 and 4
are titled tblOverhaulFacility and tblEngines, which hold information
that the OVERHAUL table pulls from.
Anyway, since the OVERHAUL table must be unique, I have set the
OverhaulNumber as an autonumber field. I have set multi key fields
for OverhaulFacility, EngineSerialNumber and OverhaulDate; which work
great.
The major problem I am experiencing is that I am having trouble
creating a relationship between the OVERHAUL table and the main table
of EXPEDITES. When I try to create a relationship, it is of an
Indeterminate Type. If I take off the multiple key fields and just
usse the OverhaulNumber autonumber field as the primary key, the
relationship works fine. But, I must have unique records in the
OVERHAUL table.
I would appreciate any help with this matter.
Thank you.
Maurita Searcy