Matt Brown
Registered User.
- Local time
- Today, 00:06
- Joined
- Jun 5, 2000
- Messages
- 120
Ok, what am i doing wrong?
Thought this would work:
Private Sub Form_AfterUpdate()
If Me.ProductClass = 1 Then
Me.ProductClass = P
End If
End Sub
It just remains at 1 when a 1 value is in the recordset.
I thought if a 1 value is present it would just change it to P when the form is updated.
Matt
Thought this would work:
Private Sub Form_AfterUpdate()
If Me.ProductClass = 1 Then
Me.ProductClass = P
End If
End Sub
It just remains at 1 when a 1 value is in the recordset.
I thought if a 1 value is present it would just change it to P when the form is updated.
Matt