On my Data entry form, i have open date and Due date. How can I default due
date so, its alway = to open date. with out doing the entry.
so, i can due date.
Pl advsie. thanks
Mike
Jeff Boyce - 09 Mar 2006 01:08 GMT
Mike
In the AfterUpdate event of the OpenDate control, add an event procedure
with something like:
Me.txtDueDate = Me.txtOpenDate
Use the actual names of your controls.
Regards
Jeff Boyce
Microsoft Office/Access MVP
> On my Data entry form, i have open date and Due date. How can I default
> due
[quoted text clipped - 4 lines]
>
> Mike