N
NYDIA
I am trying to convert a database from microsoft 97 to
2002. When I try to run a report that was already set-up,
I get the following error message "compile error, cant
find project or library" I click on ok and it takes me the
visual basic window which shows:
Public Function FYDateSpan(intBeginFQ As Integer,
intBeginFY As Integer, intEndFQ As Integer, intEndFY As
Integer) As String
Dim strBeginDate As String
Dim strEndDate As String
strBeginDate = Format(FQYToBeginDate(intBeginFQ,
intBeginFY), "mmmm d, yyyy")
strEndDate = Format(FQYToEndDate(intEndFQ,
intEndFY), "mmmm d, yyyy")
FYDateSpan = strBeginDate & " through " & strEndDate
End Function
I went to the conversion error table that access created
and in one row it states "missing or broken vbe reference
to the file "program file" how can this be fixed???
2002. When I try to run a report that was already set-up,
I get the following error message "compile error, cant
find project or library" I click on ok and it takes me the
visual basic window which shows:
Public Function FYDateSpan(intBeginFQ As Integer,
intBeginFY As Integer, intEndFQ As Integer, intEndFY As
Integer) As String
Dim strBeginDate As String
Dim strEndDate As String
strBeginDate = Format(FQYToBeginDate(intBeginFQ,
intBeginFY), "mmmm d, yyyy")
strEndDate = Format(FQYToEndDate(intEndFQ,
intEndFY), "mmmm d, yyyy")
FYDateSpan = strBeginDate & " through " & strEndDate
End Function
I went to the conversion error table that access created
and in one row it states "missing or broken vbe reference
to the file "program file" how can this be fixed???