T
trev b
can somebody please tell me what is wrong with the
following code ?
Set db = CurrentDb
Set rst = db.OpenRecordset("SELECT " & _
"T04_Software.name " & _
"FROM T04_SoftwareNames inner JOIN T01_Software
ON " & _
"T04_SoftwareNames.SoftwareNameID =
T01_Software.SoftwareNameID " & _
" WHERE (T04_SoftwareNames.Software_Name like "*"
& [filterstring] & "*" & ";"))
following code ?
Set db = CurrentDb
Set rst = db.OpenRecordset("SELECT " & _
"T04_Software.name " & _
"FROM T04_SoftwareNames inner JOIN T01_Software
ON " & _
"T04_SoftwareNames.SoftwareNameID =
T01_Software.SoftwareNameID " & _
" WHERE (T04_SoftwareNames.Software_Name like "*"
& [filterstring] & "*" & ";"))