P
Prohock
Simple question! I have a table that has a single field called [name]. I want
my report to display true if a name matches "bill". For exam if the field
value is "bill Jan" or "Jan Bill" it would be true, "Jan Mark" would be
false. Something like this:
=IIf([Name] Like "&bill&","true","false")
my report to display true if a name matches "bill". For exam if the field
value is "bill Jan" or "Jan Bill" it would be true, "Jan Mark" would be
false. Something like this:
=IIf([Name] Like "&bill&","true","false")