R
Robert Gillard
I am using Access 2003, I am trying to use a pre witten module to find no of
working days between 2 dates (excluding) holidays.
When I try to run it I get the error "Compile Error, User Definedtype not
defined"
Dim intCount As Integer
Dim rst As DAO.Recordset
Dim DB As DAO.Database
the debugger then highlites DAO.Recordset.
Could anybody help me to resolve this issue please. (as you probaly
appreciate I am not a programmer, but am trying to use a piece of code to
resolve my working days issue)
Bob
working days between 2 dates (excluding) holidays.
When I try to run it I get the error "Compile Error, User Definedtype not
defined"
Dim intCount As Integer
Dim rst As DAO.Recordset
Dim DB As DAO.Database
the debugger then highlites DAO.Recordset.
Could anybody help me to resolve this issue please. (as you probaly
appreciate I am not a programmer, but am trying to use a piece of code to
resolve my working days issue)
Bob