default value in a form

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.
 
D

danw

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?
 

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