G
Guest
I hope this isn't too hard of a question:
I have a table [Oulook Contacts]
2 fields in it are [wpt] & [Lat]
the field wpt contains a string, but also this somewhere in the string:
<lat:32.98902>
It will always be formatted like that, except the number could be shorter or
longer (32.98, or 32.989)
I want to update [Outlook Contacts].[Lat] with just this number. Somehow
you can use instr to find the <lat: which will always be at the front, and
then somehow find the first > sign after that (because there will be other >
symbols in the string) ...and then get the number from between them?
....this is complicated but I think it can be done???
thanks,
ck
I have a table [Oulook Contacts]
2 fields in it are [wpt] & [Lat]
the field wpt contains a string, but also this somewhere in the string:
<lat:32.98902>
It will always be formatted like that, except the number could be shorter or
longer (32.98, or 32.989)
I want to update [Outlook Contacts].[Lat] with just this number. Somehow
you can use instr to find the <lat: which will always be at the front, and
then somehow find the first > sign after that (because there will be other >
symbols in the string) ...and then get the number from between them?
....this is complicated but I think it can be done???
thanks,
ck