q2.applyWhere("DESPATCH_NO = ", jTextFieldDespatch_No.getText());
}
if (jTextFieldVariant.getText().equals("") == false)
{
q2.applyWhere("variant = ", jTextFieldVariant.getText());
}
q2.applyWhere("transaction_type=", (String) comboBoxTransactionType.getSelectedItem());
q2.applyWhere("transaction_subtype=", (String) comboBoxTransactionSubtype.getSelectedItem());