Im now trying to make my sql select two or more different values and display them with a report using access.
What ive tried so far is using a Or but it didnt work at all.
Code:
strSQL = "SELECT * FROM tblcustomer where CustomerName = '" & Text1 & "'
Comment