S
Steve
Initially I had one table and fields called ForAircraftType1,
ForAircraftType2 etc with aircraft names in them, to indicate which aircraft
a certain product was designed for. I have now correctly created a separate
table for these as they fall into the realm of a Mother-child relational
database. Related on IDAircraftPart as opposed to part title to ensure
uniqueness. I have a subform within FrmAircraftPart to allow data entry
into TblAircraftType and to see at a glance the aircraft types the part is
for.
However now I come to see all parts for a certain aircraft, I click on
Filter by Selection, clear the grid and type in an aircraft type in the
subform window, hit the filter icon and it still shows all records !!!!!
Is it now not possible to see my ACparts and all the related fields in
FrmAircraftParts for an aircraft type, this is a real drawback if so, before
I could do so no problem, but IT IS correct to have these two tables now, as
they are a typical mother-child relationship, as beforehand doing a query on
aircraft type A or B or C in fields 1 or 2 or 3 or 4 etc was complex !, now
I simply enter in Criteria A or B or C and query produces the goods !
Steve
ForAircraftType2 etc with aircraft names in them, to indicate which aircraft
a certain product was designed for. I have now correctly created a separate
table for these as they fall into the realm of a Mother-child relational
database. Related on IDAircraftPart as opposed to part title to ensure
uniqueness. I have a subform within FrmAircraftPart to allow data entry
into TblAircraftType and to see at a glance the aircraft types the part is
for.
However now I come to see all parts for a certain aircraft, I click on
Filter by Selection, clear the grid and type in an aircraft type in the
subform window, hit the filter icon and it still shows all records !!!!!
Is it now not possible to see my ACparts and all the related fields in
FrmAircraftParts for an aircraft type, this is a real drawback if so, before
I could do so no problem, but IT IS correct to have these two tables now, as
they are a typical mother-child relationship, as beforehand doing a query on
aircraft type A or B or C in fields 1 or 2 or 3 or 4 etc was complex !, now
I simply enter in Criteria A or B or C and query produces the goods !
Steve