J
JeffH
I am rather new with access and I have a need to generate a table of contents
and an index for a report I am working on. I found the below article and
entered the code as indicated in the article.
After entering the code, I compiled it and got an error message
"User-defined type not defined". I get this error message as it relates to
the following lines:
Dim db As DAO.Database
Dim TocTable As DAO.Recordset
I get the same error message with respect to:
Dim qd As DAO.QueryDef
There appears to be a theme here connected with DAO.
and an index for a report I am working on. I found the below article and
entered the code as indicated in the article.
After entering the code, I compiled it and got an error message
"User-defined type not defined". I get this error message as it relates to
the following lines:
Dim db As DAO.Database
Dim TocTable As DAO.Recordset
I get the same error message with respect to:
Dim qd As DAO.QueryDef
There appears to be a theme here connected with DAO.