Runtime error

N

Nancee

I am trying to assign a text field a value during the
afterupdate event in a Form.

Example:

Private Sub Form_AfterUpdate()

Field1 = "Nancee"

End Sub

When the form closes I get a runtime error that says
"Cannot assign a value to this field" Runtime error
-2147352567 (80020009)

I've done this hundreds of times in Access 97.

Does anyone have any idea what the problem might be?
 
Top