I am trying to limit the records returned to 1 for each batch number in the following sql.....
I am familliar with this in access but fairly new to VB
strQuerySql = "SELECT DISTINCT * FROM ChillTemp where batch = " & Selected.Text '"
what did i do wrong ?
thanks in advance
ps vb 6.0 with an access database
thanks in advance !
I am familliar with this in access but fairly new to VB
strQuerySql = "SELECT DISTINCT * FROM ChillTemp where batch = " & Selected.Text '"
what did i do wrong ?
thanks in advance
ps vb 6.0 with an access database
thanks in advance !