Help! VBA Code

  • Thread starter Thread starter Mike Kosty
  • Start date Start date
M

Mike Kosty

I have a line of code that has been working properly for
years but all of a sudden the debugger comes up on the
line of code displayed below:

If Mid(DateAndTimeIn.Value, 1, 3) = "Jan" Then

This happened in the past and someone mentioned that it
might have something to do with a damaged object library
from tools--> references. Unfortunately, my weak mind
forgot how, exactly, to fix this. Any help would be
greatly appreciated. Happy Thursday,
Mike
 
Mike Kosty said:
I have a line of code that has been working properly for
years but all of a sudden the debugger comes up on the
line of code displayed below:

If Mid(DateAndTimeIn.Value, 1, 3) = "Jan" Then

This happened in the past and someone mentioned that it
might have something to do with a damaged object library
from tools--> references. Unfortunately, my weak mind
forgot how, exactly, to fix this. Any help would be
greatly appreciated. Happy Thursday,
Mike


http://members.rogers.com/douglas.j.steele/AccessReferenceErrors.html
 
Back
Top