I have got a few ComboBoxes that contain the fields of a table (GetFieldNames) and edit boxes that allows the user the key in the value(s) corresponding to the Field selected in the combo box. Is there a way the values of these comboboxes and editboxes be embedded in a SQL Query?
For example, what i am trying to do is --
'Select * from Candidate
where 'combobox1.text' = 'edit1.text'
and 'combobox2.text' = 'edit2.text' ';
Joell
For example, what i am trying to do is --
'Select * from Candidate
where 'combobox1.text' = 'edit1.text'
and 'combobox2.text' = 'edit2.text' ';
Joell