A
Alan
My Access2000 project works just fine on Windows98 but when I upgraded to
WindowsXP Serveral problems come up.
First, I get a message saying "Your Microsoft Access datbase or project
contains a missing or broken reference to the file "ImgEdit.ocx" Version 2.2
and "IMGSCAN.OCX" version 1.0". How do I fix this?
Second, I have the following code to provide a "Fiscal Year" for my database.
If I execute it, I get a gray box that says "Compile error: Can't find
project or library". The first line "Private......" is highlighted in yellow
and "Date" is highlighted in blue. How do I fix this?
Private Sub ReCal_Click()
Call LYM.GetFiscalYear(Date)
Fyear = LYM.GetFiscalYear(Date)
FiscalYear = [Lyear] & "-" & ([Lyear] + 1)
CMonth = LYM.GetFiscalMonth(Date)
End Sub
WindowsXP Serveral problems come up.
First, I get a message saying "Your Microsoft Access datbase or project
contains a missing or broken reference to the file "ImgEdit.ocx" Version 2.2
and "IMGSCAN.OCX" version 1.0". How do I fix this?
Second, I have the following code to provide a "Fiscal Year" for my database.
If I execute it, I get a gray box that says "Compile error: Can't find
project or library". The first line "Private......" is highlighted in yellow
and "Date" is highlighted in blue. How do I fix this?
Private Sub ReCal_Click()
Call LYM.GetFiscalYear(Date)
Fyear = LYM.GetFiscalYear(Date)
FiscalYear = [Lyear] & "-" & ([Lyear] + 1)
CMonth = LYM.GetFiscalMonth(Date)
End Sub