Ok, I'm getting closer........ The query so far is working for the first and second numbes correctly. I'm not getting beyond that. Here's what I got so far
SELECT MASTER.DATE, MASTER.GAME, numbers, Nz(Left([Numbers],InStr([Numbers],"-")-1),0) AS First...