yooper
June 2nd, 2006, 04:58 PM
I'm using Access 97 to access our database, and everything is working fine except when we try to use a "LIKE" conditional. Does anyone out there have any suggestions as to why this wouldn't work? Here's the actual select statement:
SELECT * FROM [MainTbl] WHERE DiscNo LIKE "%603%"Thanks for any and all help you can offer!
Dave
SELECT * FROM [MainTbl] WHERE DiscNo LIKE "%603%"Thanks for any and all help you can offer!
Dave