dridgeway
Technical User
- Jun 3, 2003
- 16
The following works great in my parameter query - as long as I don't try to find 2 or more characters.
Example: If I enter the letter "C", all is fine and I get all C's returned (because only 1 C string will ever be populated in the field), however, If I enter PA in the parameter query...I receive the P's in addition to the PA's..I juust want the PA's
((InStr(" & strFreight & ",[DPL].[PRECOL3RD])) > 0 Or (InStr(" & strFreight & ",[DPL].[PRECOL3RD])) Is Null)
Can anyone help
Example: If I enter the letter "C", all is fine and I get all C's returned (because only 1 C string will ever be populated in the field), however, If I enter PA in the parameter query...I receive the P's in addition to the PA's..I juust want the PA's
((InStr(" & strFreight & ",[DPL].[PRECOL3RD])) > 0 Or (InStr(" & strFreight & ",[DPL].[PRECOL3RD])) Is Null)
Can anyone help