Thanks you guys so much for your help, but I'm still having a problem.
I added a text box on my form, left the control source to unbound, set the
format to "dddd" and it works great. When a date is input to the "date" field
the unbound text box is filled with the day of the week.
The problem is when I set the control source of my unbound text box to my
"Day" field, the "short date" format is shown not the day of the week.
Any ideas?
Thanks again..
"Tony" wrote:
> Try using the lost focus function to populate the other filed when the user
> leaves the date filed with the same data that is in the filed the user enters
> the date in but change the format of the new field to dddd for day of the
> week.
>
> -Tony
>
> "Chuck Willey" wrote:
>
> >
> > When the user enters a date in a date field, I need to have the day of the
> > week autofill in a separate text box.
> >
> > I'm stumped, please help...
> >
> >
> >
> >
|