Can't assign a value to this object

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What could possible cause this message?

Me!txtLEDdate = Now()

The destination field is on an undisplayed tab of a tab control and is
enabled and unlocked (checked in immediate window).

The user says they 'hit the escape key many times' . What exactly does the
escape key do?
 
This is the error that is raised when the control source property of the
control is not a valid expression or field name. Make sure the control
txtLEDdate is bound to a valid field.
 
Thanks for the reply. I checked and unfortunately that was not the answer.
I only get this error sometimes, not every time the code is executed.
 
Back
Top