Hi guys,
Wonder if any of you can help me. I have an access database (2007), its very simple, only 2 fields. The problem is I want to split one of the fields into 2 separate fields. The field is a text field which is always in this format:
[xxxxx] yyyyyyyyy (sample: [Displ] Cold-Pheonix )
The xxxxx can be any length but is typically 5 or 6 characters
The yyyyyyyy can be no more than 20 characters.
There is always a space after the ]
The xxxxx is always surrounded by [ ]
So how can I split this into 2 new fields with [xxxxx] in one field and yyyyyyyyy in another?
Any help would be most appreciated.
Wonder if any of you can help me. I have an access database (2007), its very simple, only 2 fields. The problem is I want to split one of the fields into 2 separate fields. The field is a text field which is always in this format:
[xxxxx] yyyyyyyyy (sample: [Displ] Cold-Pheonix )
The xxxxx can be any length but is typically 5 or 6 characters
The yyyyyyyy can be no more than 20 characters.
There is always a space after the ]
The xxxxx is always surrounded by [ ]
So how can I split this into 2 new fields with [xxxxx] in one field and yyyyyyyyy in another?
Any help would be most appreciated.