G
Guest
I’m developing an adp (access project)
I have an unbound field in an unbound form that I need to check for changed
data from another form to trigger an action. I don’t seem to generate an even
when that happens.
Let me explain:
I have built a dashboard form that collects information from many tables. A
set of those text controls return date fields from different tables. If I
uses an after update on any of these controls I can write to the appropriate
table (so far no problem).
I have a form that is essentially a calendar in dialog box to improve the
user interface. Double click on any txtbox that should contain dates and the
date is shown in the calendar. Change the calendar and the date appears in
the appropriate text box (so far no problem)
If I change the date in any text box by physically overwriting the contents
the after_update event works. If I change the date by using my calendar
control dialog form the text box renders the correct date, but I can’t seem
to trigger an event.
Any suggestions (without having to write ugly, unmentionable code in the
calendar form since each textbox does something different?)
Thank you for any recommendations.
-- Abe
I have an unbound field in an unbound form that I need to check for changed
data from another form to trigger an action. I don’t seem to generate an even
when that happens.
Let me explain:
I have built a dashboard form that collects information from many tables. A
set of those text controls return date fields from different tables. If I
uses an after update on any of these controls I can write to the appropriate
table (so far no problem).
I have a form that is essentially a calendar in dialog box to improve the
user interface. Double click on any txtbox that should contain dates and the
date is shown in the calendar. Change the calendar and the date appears in
the appropriate text box (so far no problem)
If I change the date in any text box by physically overwriting the contents
the after_update event works. If I change the date by using my calendar
control dialog form the text box renders the correct date, but I can’t seem
to trigger an event.
Any suggestions (without having to write ugly, unmentionable code in the
calendar form since each textbox does something different?)
Thank you for any recommendations.
-- Abe