I have a field with a control source = Qty * item cost -- Field1;
I have another Field2 (Text28) = 0;
Private Sub Offer_Flag_Click()
If Offer_Flag = -1 Then
Offer_FreeDesc = Text28
End If
Why I am getting an error msg that You cannot assign a valur to this object.
What should I do???
Thanks
I have another Field2 (Text28) = 0;
Private Sub Offer_Flag_Click()
If Offer_Flag = -1 Then
Offer_FreeDesc = Text28
End If
Why I am getting an error msg that You cannot assign a valur to this object.
What should I do???
Thanks