I would like to create a Microsoft Word document (doc or dot), that faciliates filling a form (or a table) in such a way that user types one character and the cursor is moved to the next cell. Like in the following exhibit for a eight-letter word:

Currently, I am achieving this by using one-row table and pressing Tab after each character.
Is there a way to do this either by customizing table oraz using the Form Controls from the developer tab?