Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting can't find library while doing simple code!

Status
Not open for further replies.

CTOROCK

Programmer
May 14, 2002
289
US
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."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top