Hi all. The best way to explain this is to show an example:
Me.RecordSource = "SELECT tblMain.ProductCode, tblMain.Name, tblMain.[NLGI Grade], tblMain.Color FROM tblMain WHERE (((tblMain.ProductCode)=" & varSearchData1 & "));"
The key to this is the "varSearchData1" variable. I have...