yippie_ky_yay
Registered User.
- Local time
- Today, 14:23
- Joined
- Jul 30, 2002
- Messages
- 338
Hello all,
I've made it so that my form refreshes after any updates to any of the records on my continuous form occur. This works fine, but it was a pain to put in an after_update event for each field. Could I not have done just one?
ie
Private Sub current_record_after_update()
me.Refresh
end sub
would've been nice!
Thanks!
-Sean
I've made it so that my form refreshes after any updates to any of the records on my continuous form occur. This works fine, but it was a pain to put in an after_update event for each field. Could I not have done just one?
ie
Private Sub current_record_after_update()
me.Refresh
end sub
would've been nice!
Thanks!
-Sean