Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parsing Strings in Access
Message
From
30/06/1999 14:34:01
 
 
To
30/06/1999 11:16:21
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00235833
Message ID:
00236063
Views:
23
>In Access in the AT function is INSTR. In your case you can probably use Left(orgcitystate, 2) to get the state and Mid(orgcitystate, Instr(orgcitystate, " ")) to get they city. I hope this helps.

Thanks for the info, Steve - I'm sure this will be helpful. I need to do this for every record in the table - should I use an update query or write a module that scans the table?

Thanks again for you help!

-JT
Jeff Trockman, MCP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform