default value in a form

  • Thread starter Thread starter danw
  • Start date Start date
D

danw

I have a form with two unbound text boxes to enter a start
date and end date for a report. How can I make it so that
when they enter a start date, then tab to the end date,
the start date pops up in the end date box?
Setting the default value to refer to the start date box
does not work.
 
Here's how I did it- in the "on entry" property of the
enddate, build a macro that does a setvalue of the enddate
to the startdate.
Is there another way?
 
Back
Top