Dim stSQL As String
stSQL = "SELECT DISTINCT [qrycombo1].[ISSN], [qrycombo1].[Title], "
stSQL = stSQL & "[qrycombo1].[Provider], [qrycombo1].[Frequency], "
stSQL = stSQL & "[qrycombo1].[LC], [qrycombo1].[Authoritative], "
stSQL = stSQL & "[qrycombo1].[Content] FROM qrycombo1 "
stSQL = stSQL & "WHERE ((([qrycombo1].[Provider])= '"
stSQL = stSQL & [forms]![frmsearch]![cboprovider])
stSQL = stSQL & "' And (([qrycombo1].[Campus])= '"
stSQL = stSQL & [forms]![frmsearch]![cbocampus]
stSQL = stSQL & "')) ORDER BY [Title];"
DoCmd.RunSQL stSQL