G
Garret
Alright, so if the relationship is there I don't have to worry if it's
not in the Index window. I find this odd because for one of my tables
an Index appeared after the relationships were built, but only this
one. Would you suggest I go and create Indexes for the fields where
the tables are joined anyway? This is Access2000, in case that matters
at all.
Do you know how to do as I was saying before? Searching a Parent
record of all its children? (And if this is really necessary if it is
just the same amount of effort to search the child table for all
records with this field) I'll give you an example to try to be as
clear as possible.
tblGages
GageNo (PK)
GageDesc
GageType
tblGageTypes
GageType (PK)
GageTypeDesc
Where they are joined by GageType. tblGageType's records have children
of each record in the tblGages. If a record in tblGages (named G115)
has a GageType of "BORE", then if you go to tblGageTypes and look at
the "BORE" record's children, then you see G115 there.
I'm trying to be as clear as I can. Sorry if theres any
misunderstanding and I appreciate your help.
not in the Index window. I find this odd because for one of my tables
an Index appeared after the relationships were built, but only this
one. Would you suggest I go and create Indexes for the fields where
the tables are joined anyway? This is Access2000, in case that matters
at all.
Do you know how to do as I was saying before? Searching a Parent
record of all its children? (And if this is really necessary if it is
just the same amount of effort to search the child table for all
records with this field) I'll give you an example to try to be as
clear as possible.
tblGages
GageNo (PK)
GageDesc
GageType
tblGageTypes
GageType (PK)
GageTypeDesc
Where they are joined by GageType. tblGageType's records have children
of each record in the tblGages. If a record in tblGages (named G115)
has a GageType of "BORE", then if you go to tblGageTypes and look at
the "BORE" record's children, then you see G115 there.
I'm trying to be as clear as I can. Sorry if theres any
misunderstanding and I appreciate your help.