This module works in access 2003 but fails in the runtime version. How can I change it to work with the runtime?
Function AddColumn1()
Dim strConnect As String
Dim strTableName As String
Dim strFieldName As String
Dim db As DAO.Database
Dim tDef As DAO.TableDef
strConnect =...