R
rrwyatt
Very simply, I have a form in a very complex application I've
inherited. On that form is a date field which, if changed, fires off
all the action I need to do (a LOT of it) in the access form. (This is
a Jet database, not real triggers.) It's set by a lost_focus even
that checks the value.
However, I need to do this for several hundred records so I want to
automate it from a separate form. I can change the value, but it
doesn't fire the changed event. I tried creating a public procedure in
the target form to call the update event procedure, but my calling
form can't seem to find it. (Maybe not calling it right?)
I'm a little rusty at this, so any help appreciated. Thanks!
inherited. On that form is a date field which, if changed, fires off
all the action I need to do (a LOT of it) in the access form. (This is
a Jet database, not real triggers.) It's set by a lost_focus even
that checks the value.
However, I need to do this for several hundred records so I want to
automate it from a separate form. I can change the value, but it
doesn't fire the changed event. I tried creating a public procedure in
the target form to call the update event procedure, but my calling
form can't seem to find it. (Maybe not calling it right?)
I'm a little rusty at this, so any help appreciated. Thanks!