Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parsing Strings in Access
Message
De
30/06/1999 09:12:33
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Parsing Strings in Access
Divers
Thread ID:
00235833
Message ID:
00235833
Vues:
45
Hi all,

I know, I know, I should be posting this on the MS Office/Access forum but I thought I'd give my fellow VFPers a try first.

How do a parse a field that contains two data elements together (i.e. "MA BOSTON " into two separate fields with each individual data element for all the records in a table? In VFP, this would be simple:

REPLACE ALL orgcity WITH SUBSTR(orgcitysta,AT(" ",orgcitysta) + 1)

In Access 97, however, I believe I have to write a module which parses the string (using MID$ function??) and call it from an update query.

Any suggestions?

Thanks for helping a fellow Foxer figure out this cryptic Access thing!

-JT
Jeff Trockman, MCP
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform