L
LAS
Me.txtWeekDay = fncWeekDay(Me.txtScore_Date)
This line of code works fine when triggered in the txtScore_Date_AfterUpdate
event after the data is changed by the user.
But when it is triggered in the form's load event by this
Call txtScore_Date_AfterUpdate
I get the error "You can't assign a value to this object."
txtScore_Date has a good date in it when the code executes. txtWeekDay is
an unbound text control.
Can someone tell me what I'm doing wrong?
TIA
LAS
This line of code works fine when triggered in the txtScore_Date_AfterUpdate
event after the data is changed by the user.
But when it is triggered in the form's load event by this
Call txtScore_Date_AfterUpdate
I get the error "You can't assign a value to this object."
txtScore_Date has a good date in it when the code executes. txtWeekDay is
an unbound text control.
Can someone tell me what I'm doing wrong?
TIA
LAS