Well, that little bugger doesn't have an after update event. This is the best I could do. Create a text box on your form (mine was called Text1, how creative) and bind it to you r underlying table. Also include a command button. Paste this code
Private Sub Command3_Click()
Me.Text1 = Me.ActiveXCtl0.Value
Me.refresh
End Sub Tyrone Lumley
augerinn@gte.net
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.