R
Rey
Howdy all.
Have a tab control w/6 tabs.
Desire to have a field in the last tab (Borrower Financial
Information) updated whenever any field gets updated in this tab only.
Tried at the form afterupdate event but that changes when ever a field
is saved in which ever tab use was at.
Also tried w/tab control, onchange but that just signals when tab was
changed...
Was just thinking to try the form afterupdate event in conjunction
with the tabcontrol page value/page name at which time i would have
LastModifiedDate.Value = Date
LastModifiedDate.Requery
Thanks in advance,
Rey
Have a tab control w/6 tabs.
Desire to have a field in the last tab (Borrower Financial
Information) updated whenever any field gets updated in this tab only.
Tried at the form afterupdate event but that changes when ever a field
is saved in which ever tab use was at.
Also tried w/tab control, onchange but that just signals when tab was
changed...
Was just thinking to try the form afterupdate event in conjunction
with the tabcontrol page value/page name at which time i would have
LastModifiedDate.Value = Date
LastModifiedDate.Requery
Thanks in advance,
Rey