Hi.
I have a search form (enter text into a textbox, txtCoName then click cmdSearch) which works fine if displaying results in a listbox. However, i would like to display the results in a subform (continuous). My code to requery the subform is in VB and is not working.
Any and all suggestions, directions, corrections.... help!! is vehemently appreciated.
I have a search form (enter text into a textbox, txtCoName then click cmdSearch) which works fine if displaying results in a listbox. However, i would like to display the results in a subform (continuous). My code to requery the subform is in VB and is not working.
Code:
'Pass the SQL to the subform
Me.subfrmCompanyResult.Requery = strSQL & " " & strWhere & "" & strOrder
Any and all suggestions, directions, corrections.... help!! is vehemently appreciated.