Hi Marshall,
Glad to hear things are progressing and that Notepad++ is helping.
For your DDL, try this sort of pattern for names containing space. Works for me!
I run this right in the immediate window.
Currentproject.connection.execute "ALTER TABLE Employee ADD COLUMN [Extra Notes] TEXT(25);"