Hi all my code hung up at the highlighted line (last line of code).
Please can anyone advice of what to do to resolve this problem? Thanks in advance.
Sub CreateNewDB_DAO()
Dim db As DAO.Database
Dim dbName As String
Dim tblNew As DAO.TableDef
Dim fld As DAO.Field
Dim prp...