
Parse data within text strings
Quote:
> Does anyone know a good way to parse out data within strings of text
> (delimited of course) through VBA code. The string will come in through
> a textbox control on a form. Thanks.
Since you are a fellow Bruin I will respond.
You can parse out string functions with the 'Mid', 'Left', and 'Right'
VBA functions. Search the help index for more information on them.
John.