Need your help once again guys ...
I have 4 serial description and 4 serial number fields, if I search for 1 serial description and 1 serial number it's not a problem .. but i cant figure out how to search for the 4 fields and find 1 value for serial description and 1 value for serial number in a textbox ... please find my codes below ..
I have 4 serial description and 4 serial number fields, if I search for 1 serial description and 1 serial number it's not a problem .. but i cant figure out how to search for the 4 fields and find 1 value for serial description and 1 value for serial number in a textbox ... please find my codes below ..
Code:
strquery = "SELECT * FROM mainTableAsset WHERE serialDesc1 = '" & Me.cmbSearchSerialDesc & "' and serialNo1 ='" & Me.txtSearchSerialNo & "'"
Comment