Oh, boy, Karl. It's a biggie. I just tried and I went over the 30000
character limit (33677). I went back and edited the query to eliminate
non-essentials:
SELECT tblPKCGMaterialAttributes.txtProfileID AS ID,
tblPKCGMaterialAttributes.TestStrength, tblPKCGMaterialAttributes.TSUOM,
tblPKCGMaterialAttributes.OutsideLinerMaterial, Trim([1FluteType] &
(+[2FluteType]) & (+[3FluteType])) AS Flute, [OutsideLinerWeight] &
("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) & ("-"+[2MediumWeight]) &
("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) & ("-"+[4LinerWeight]) AS Liner
FROM qryPhysicalAttributes INNER JOIN tblPKCGMaterialAttributes ON
qryPhysicalAttributes.txtProfileID = tblPKCGMaterialAttributes.txtProfileID
WHERE
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND
((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND
((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner]))) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND
((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND
((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner]))) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND
((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND
((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner]))) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND
((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND
((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner]))) OR
(((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND
((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is
Null)) OR
(((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND
((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is
Null)) OR
(((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND
((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is
Null)) OR
(((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND
((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is
Null)) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND
((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM]) Is
Null)) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND
((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM]) Is
Null)) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND
((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM]) Is
Null)) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND
((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM]) Is
Null)) OR
(((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is Null)
AND (([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
Is Null)) OR
(((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is Null)
AND (([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
Is Null)) OR
(((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is Null)
AND (([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
Is Null)) OR
(((tblPKCGMaterialAttributes.OutsideLinerMaterial)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is Null)
AND (([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
Is Null)) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND
((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND
((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND
((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND
((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR
(((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is Null)
AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR
(((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is Null)
AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR
(((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is Null)
AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR
(((tblPKCGMaterialAttributes.TSUOM)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is Null)
AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM]) Is
Null) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM]) Is
Null) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM]) Is
Null) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR
(((tblPKCGMaterialAttributes.TestStrength)=[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength])
AND ((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM]) Is
Null) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR (((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is Null)
AND (([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
Is Null) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR (((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is Null)
AND (([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
Is Null) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR (((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is Null)
AND (([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
Is Null) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null)) OR (((Trim([1FluteType] & (+[2FluteType]) & (+[3FluteType]))) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbFlute])) AND
(([OutsideLinerWeight] & ("-"+[1MediumWeight]) & ("-"+[2LinerWeight]) &
("-"+[2MediumWeight]) & ("-"+[3LinerWeight]) & ("-"+[3MediumWeight]) &
("-"+[4LinerWeight])) Like
IIf([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner] Is
Null,"*",[Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbLiner])) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrength]) Is Null)
AND (([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbTestStrengthUOM])
Is Null) AND
(([Forms]![frmQueryPKCGPhysicalMaterialAttributes]![cbOutsideLinerMaterial])
Is Null));