You could create a query, which would then create or append to a new table.
In the txtType field put "=left([txtproductnumber],1) to return "A"
Then txtPart field put "=mid([txtproductnumber],3,2) to return the "01"
And txtRev would be "=right([txtproductnumber],3) to return the "002"...