Wildcard using Mid statement (1 Viewer)

harrisw

Registered User.
Local time
Today, 08:26
Joined
Mar 27, 2001
Messages
131
Can anyone say what the syntax would be for the "incorrect" statement below?

Like *Mid([checking]![COMPANY NAME],1,InStr([checking]![COMPANY NAME]," "))*

As the statement above doesnt work, just returns errors.

Thanks in advance
 

namliam

The Mailman - AWF VIP
Local time
Today, 09:26
Joined
Aug 11, 2003
Messages
11,695
Like """*" & Mid([checking]![COMPANY NAME],1,InStr([checking]![COMPANY NAME]," ")) & "*"""
 

Users who are viewing this thread

Top Bottom