Goodday , i,m looking for a query which i can look for a date .
For example I have the below code to search a ClientName in the InvoiceTable . How can i write this in the same way so as there is a textbox on my form where i can put in the date i want to search on. thanks rob
WHERE (InvoiceTable.ClientName LIKE '%' + @ClientName +'%' )
rh
View Complete Post