The primary key for a file can be more than one field. What if you make the first field your prefix ("1" for A, B or C, "2" for D, E, F, etc), then make the second field an Access autonumber field. (Hint: Make the autonumber more than three positions...)
This will give you unique ids, but it...