G'day,
I am using Access 2007. The following code works to create a new column in the table called 'Matrix':
DoCmd.RunSQL "ALTER TABLE Matrix ADD COLUMN [" & newjob & "] INTEGER;"
However, the new column is not visible in the Table 'Matrix', even if I close and reopen the database. Yet I know...