G
Gregorio
AC2000 with SP3, Jet engine 4.0.8618.0
Win XP Pro SP2
I'd like to trigger a function each time a user tabs from control to control
on my UNBOUND form. The form is unbound because I use code to modify records
from a number of tables that would be a spaghetti of queries to bind to the
form. What I have instead is a capellini of code, which has worked well for
years now and offers advantages we need.
I seek an event trigger other than writing repetitive GotFocus() and
LostFocus() events for each textbox on my form. I think because the form is
unbound, the Form_Dirty(), AfterUpdate(), BeforeUpdate(), BeforeInsert() and
AfterInsert() events are not called as modifications are made to controls on
the form.
Win XP Pro SP2
I'd like to trigger a function each time a user tabs from control to control
on my UNBOUND form. The form is unbound because I use code to modify records
from a number of tables that would be a spaghetti of queries to bind to the
form. What I have instead is a capellini of code, which has worked well for
years now and offers advantages we need.
I seek an event trigger other than writing repetitive GotFocus() and
LostFocus() events for each textbox on my form. I think because the form is
unbound, the Form_Dirty(), AfterUpdate(), BeforeUpdate(), BeforeInsert() and
AfterInsert() events are not called as modifications are made to controls on
the form.