Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parsing a Field in Access 97
Message
De
30/06/1999 09:18:33
 
 
À
Tous
Information générale
Forum:
Microsoft Office
Catégorie:
Access
Titre:
Parsing a Field in Access 97
Divers
Thread ID:
00235839
Message ID:
00235839
Vues:
41
Hi all,

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 your help!

-JT
Jeff Trockman, MCP
Répondre
Fil
Voir

Click here to load this message in the networking platform