<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1141" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=531174814-05062003>Hi 
People,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=531174814-05062003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=531174814-05062003>Can anyone tell me 
what wrong with the following syntax:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=531174814-05062003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=531174814-05062003>strSQL = "SELECT 
tblCustomers.CustomerID, " 
_<BR>            & 
"[tblCustomers]![CustomerNumber] & '-' & [tblCustomers]![CustomerSite] " 
_<BR>            & 
"AS CustCode, tblCustomers.CustomerName, tblCustomers.Address1 & ' ' & " 
_<BR>            & 
"tblCustomers.Address2 & ' ' & tblCustomers.Address3 & ' ' & " 
_<BR>            & 
"tblCustomers.Postcode AS Address, tblCustomers.DepotID FROM tblCustomers " 
_<BR>            & 
"WHERE (((tblCustomers.CustomerName) Like % + " 
_<BR>            & 
strInput & " + %)) " 
_<BR>            & 
"ORDER BY tblCustomers.CustomerName;"</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=531174814-05062003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=531174814-05062003>I am creating an ADO 
recordset and obviously ADO use % as the wild card and not * so I am not sure 
where the issue currently is...</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=531174814-05062003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=531174814-05062003>Thanks</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=531174814-05062003>Vlad</SPAN></FONT></DIV>
<DIV> </DIV></BODY></HTML>