I am getting an error message on a form. It says something about not finding a library. I click on help and it says it can not find VEenLR.hlp to help me. The application works on my computer but not on others. The funny thing is that it used to work before all the time. But when I most recently copied a new version from my machine and downloaded it on other peoples computer, it fails and it fails when all I'm doing is this:
Private Sub Form_Open(Cancel As Integer)
DoCmd.Maximize
Txt24Date.Value = Date - 1
Txt48Date.Value = Date - 2
Txt48PDate.Value = Date - 3
Txt24PendingDate.Value = Date - 1
Txt48PendingDate.Value = Date - 2
End Sub
It doesn't know what to do. Anyone suggestions or advice? "The greatest risk, is not taking one."
Private Sub Form_Open(Cancel As Integer)
DoCmd.Maximize
Txt24Date.Value = Date - 1
Txt48Date.Value = Date - 2
Txt48PDate.Value = Date - 3
Txt24PendingDate.Value = Date - 1
Txt48PendingDate.Value = Date - 2
End Sub
It doesn't know what to do. Anyone suggestions or advice? "The greatest risk, is not taking one."