B
bobdydd
Hi Everybody
I am trying to use string functions to extract data from a field
called Me.txtDataRaw
and put part of it into another field called Me.txtCurrent
Me.txtDataRaw gets data as shown in the 3 examples below
"HSBA.L",
943.795,"10/10/2007","5:29am",-4.2049,949.00,949.00,942.00,8569749
"RBS.L",
551.50,"10/10/2007","5:30am",-6.50,562.00,562.00,549.00,7200732
"DGE.L",
1080.00,"10/10/2007","5:31am",-16.00,1094.00,1100.00,1080.00,2527346
What I would like to retrieve is the part between the 1st and 2nd
commas eg:
943.795
551.50
1080.00
And put it into Me.txtCurrent
It doesn't have to loop through all records just one at a time
Can anyone help me out?
Thanks in advance
I am trying to use string functions to extract data from a field
called Me.txtDataRaw
and put part of it into another field called Me.txtCurrent
Me.txtDataRaw gets data as shown in the 3 examples below
"HSBA.L",
943.795,"10/10/2007","5:29am",-4.2049,949.00,949.00,942.00,8569749
"RBS.L",
551.50,"10/10/2007","5:30am",-6.50,562.00,562.00,549.00,7200732
"DGE.L",
1080.00,"10/10/2007","5:31am",-16.00,1094.00,1100.00,1080.00,2527346
What I would like to retrieve is the part between the 1st and 2nd
commas eg:
943.795
551.50
1080.00
And put it into Me.txtCurrent
It doesn't have to loop through all records just one at a time
Can anyone help me out?
Thanks in advance