V
Vina
How can i check if a Field Name exist in table.
I have a SQL that will insert the data from a table for
all ITEMS and PRICE. The PRICE field is not constant,
whatever the user select in the combo box in a form it
will take the ITEMS and the FIELD called the same as the
COMBO Box but in some case the data in the combo box
doesnt exist in the table so I wanted to see how I can
check if the field exist and if so then run the SQL if
not then just end.
Any ideas
Thanks
I have a SQL that will insert the data from a table for
all ITEMS and PRICE. The PRICE field is not constant,
whatever the user select in the combo box in a form it
will take the ITEMS and the FIELD called the same as the
COMBO Box but in some case the data in the combo box
doesnt exist in the table so I wanted to see how I can
check if the field exist and if so then run the SQL if
not then just end.
Any ideas
Thanks