I tried changing the code of instead from this {If Me.cboSoftware2 = -1 Then
strWhere = strWhere & "([Office 2010] = True) AND "
End If}
to this
{ If Me.cboSoftware2 = Office2010 Then
strWhere = strWhere & "([Office 2010] = True) AND "
End If}
but still it gives...
Good day.
I am new to MS Access database and I am currently developing a DB with search function in a form for an inventory purpose, I have followed some VB codes from the web.
Here is my issue; when I try to search using the configured combo box in the form it gives me these sets of values...