Access2000 project works in Win98, not XP

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top