Hi Wayne, no I'm not using a mask. But, here's what I found. I'm using this code to write to my table. CurrentDb.Execute ("INSERT INTO tblIndex(ticketNum, IndexNumber)" & _
"select ' " & ThisMemberTicketNum & " ', " & NextIndexNum & " ")
There is a leading empty space when the code...