Enter Day in textbox based on day input in previous textbox

S

Sue M

Hi,

What I've written in the title is basically what I need to
know how to do.

I have 2 textboxes on a for one which defaultd to todays
date, but can be changed by the user, and the next which I
want to put in the day of the week in written form.

Any ideas how to do this?

Also I've tried to put in the day of the week as a default
value and it doesn't seem to be working. Have used the
expression: =Weekday([«number»])How do I fix this one?

Thanks

Sue
 
A

Ashby

If I am reading this correctly, you want the day of the
week to be the default for a field (ie. Monday, Tuesday,
etc). Try the following code as a default:

=Format(Weekday(Date()),"dddd")

-----Original Message-----
Hi,

What I've written in the title is basically what I need to
know how to do.

I have 2 textboxes on a for one which defaultd to todays
date, but can be changed by the user, and the next which
I
want to put in the day of the week in written form.

Any ideas how to do this?

Also I've tried to put in the day of the week as a default
value and it doesn't seem to be working. Have used the
expression: =Weekday([«number»])How do I fix this one?

Thanks

Sue
.
 

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