A family of Microsoft relational database management systems designed for ease of use.
You can use the MID function, to separate out each character into separate fields, like this:
QUERY DESIGN VIEW:
QUERY DATASHEET VIEW:
MY TEST TABLE FOR THE ABOVE:
Here is the syntax for the MID function (this works the same in Access and Excel, so I copied the quote below from Excel help):
"MID(text, start_num, num_chars)
The MID function syntax has the following arguments:
• Text Required. The text string containing the characters you want to extract.
• Start_num Required. The position of the first character you want to extract in text. The first character in text has start_num 1, and so on.
• Num_chars Required. Specifies the number of characters you want MID to return from text."
In case anyone would like to see the same thing done in Excel, here is an example: