Hi,
I have a text box (txtText) which contains an SQL statement as follows:
INSERT INTO myTable VALUES(<WorkOrder>, <FreeText>, <Fixed>)
I'm trying to extract the values inside the angled brackets (ie WorkOrder, FreeText, Fixed) and to place these values into three separate text boxes.
Thankx in advance,
Jonathan
I have a text box (txtText) which contains an SQL statement as follows:
INSERT INTO myTable VALUES(<WorkOrder>, <FreeText>, <Fixed>)
I'm trying to extract the values inside the angled brackets (ie WorkOrder, FreeText, Fixed) and to place these values into three separate text boxes.
Thankx in advance,
Jonathan