J
James
How come i get this error message?
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 Design view.
* The value may be too large for this field.
all i am doing is calling a second form and changing a textbox value on the
first form. The error usually happens when the first form is a new record.
This is the code i use to update the parent form:
Forms(Me.OpenArgs).Status = Me.drpOrderStatus
any suggestions would be appreciated
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 Design view.
* The value may be too large for this field.
all i am doing is calling a second form and changing a textbox value on the
first form. The error usually happens when the first form is a new record.
This is the code i use to update the parent form:
Forms(Me.OpenArgs).Status = Me.drpOrderStatus
any suggestions would be appreciated