G
Guest
Hi there,
When I use the following code:
stLinkCriteria = "[strVendor]=" & "'" & Me![txtExpVend] & "'"
as part of my open form criteria obviously I get EXACTLY what is typed into
txtExpVend. I want to be able to find "Bay" for example, but if the data was
entered as "The Bay", this code won't find it. I've tried messing aboud with
the * sign but am not sure where to put it.
All help appreciated!
JR
When I use the following code:
stLinkCriteria = "[strVendor]=" & "'" & Me![txtExpVend] & "'"
as part of my open form criteria obviously I get EXACTLY what is typed into
txtExpVend. I want to be able to find "Bay" for example, but if the data was
entered as "The Bay", this code won't find it. I've tried messing aboud with
the * sign but am not sure where to put it.
All help appreciated!
JR