B
Balfour211
I am using Access 2003. I have set up a Macro to automatically enter the
Current Date into my txtDate control by just double clicking on the control.
I use the Set Value procedure in a Macro to accomplish it. It works fine on
getting the date into the control. The problem is that the Macro does not
trigger the After Update event. I have several things I want to change once
the date is entered.
Note: This program is set up with a main table with several related tables.
I have it set up so the date is the only thing they can enter when entering
a "New" record. I do not want them to enter data into the related tables
until the main record is started. That way they will have a record to
"attach" to. Once the date is entered, all other subforms and controls are
enabled (or become visible). I use the After Update event to accomplish
this.
Any suggestions would be appreciated
Thanks in advance,
Balfour211
Current Date into my txtDate control by just double clicking on the control.
I use the Set Value procedure in a Macro to accomplish it. It works fine on
getting the date into the control. The problem is that the Macro does not
trigger the After Update event. I have several things I want to change once
the date is entered.
Note: This program is set up with a main table with several related tables.
I have it set up so the date is the only thing they can enter when entering
a "New" record. I do not want them to enter data into the related tables
until the main record is started. That way they will have a record to
"attach" to. Once the date is entered, all other subforms and controls are
enabled (or become visible). I use the After Update event to accomplish
this.
Any suggestions would be appreciated
Thanks in advance,
Balfour211