K
Kevin
Hi
I want to add a value to a field on a form in VB but I
have a run time error 2448 saying that
"You can't assign a value to this object
The object may be a control on a read only form
The object may be on a form that is open in desing view
The value may be too large for this field"
What I tried is
Text85 = 100
Text85 is linked to a field of a query. I can enter the
value if I do it on the form rather than in VB.
Thanks
Kevin
I want to add a value to a field on a form in VB but I
have a run time error 2448 saying that
"You can't assign a value to this object
The object may be a control on a read only form
The object may be on a form that is open in desing view
The value may be too large for this field"
What I tried is
Text85 = 100
Text85 is linked to a field of a query. I can enter the
value if I do it on the form rather than in VB.
Thanks
Kevin