Good Afternoon,
My knowledge of SQL is limited so please bare with. I am attempting to select all the records in a table that meet two criteria, Serial Number and Status. Thanks in advance for suggestions.
SetRSTRE "SELECT * FROM MCSDCOM_APP.VW_RADIO_INVENTORY WHERE RADIO_SERIAL_NUMBER = '" & Me.txtInqSerialNumber.Text & "RADIO_STATUS <> 'ISSUED''", ceRST, ceCNN
My knowledge of SQL is limited so please bare with. I am attempting to select all the records in a table that meet two criteria, Serial Number and Status. Thanks in advance for suggestions.
SetRSTRE "SELECT * FROM MCSDCOM_APP.VW_RADIO_INVENTORY WHERE RADIO_SERIAL_NUMBER = '" & Me.txtInqSerialNumber.Text & "RADIO_STATUS <> 'ISSUED''", ceRST, ceCNN