In Access, the StrConv function returns a string converted as specified.The syntax for the StrConv function is:
StrConv ( text, conversion, LCID )
text is the string that you wish to convert.
In Access, the StrConv function returns a string converted as specified.
Question: In Access 2003/XP/2000/97, I have a table with a field that I need to separate into two different fields. The field is alpha/numeric in its contents:Example of the field content is:I need this field split into two fields such as:
1234_ACME company
Field1: 1234The Underscore (_) can be in any position in the string.
Field2: ACME company