i have two date fileds Opend date Due date, can i set default on due date so, its always = to open

M

Mike Saifie

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
 
J

Jeff Boyce

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top