Kyler
November 28th, 1999, 08:52 AM
I have created a txt array that allows one to input in to one txt
and have the identical info transfer to another txt.
The array has bounds 0 to 7
'allows entry in both fields at same time
txtBilling(index).text = txtShipping(index).text
I am stuck trying to find a way to validate each textbox after
the data is entered into the textbox. I am unable to keep the focus
in the textbox after validation.
and have the identical info transfer to another txt.
The array has bounds 0 to 7
'allows entry in both fields at same time
txtBilling(index).text = txtShipping(index).text
I am stuck trying to find a way to validate each textbox after
the data is entered into the textbox. I am unable to keep the focus
in the textbox after validation.