current day

  • Thread starter Thread starter martin
  • Start date Start date
M

martin

Is there a way to display the current day of the week on a
form? I would like it to read Thu if it is Thursday, Wed
if it is Wednesday, etc. any advice is appreciated.
thanks, martin.
 
martin said:
Is there a way to display the current day of the week on a
form? I would like it to read Thu if it is Thursday, Wed
if it is Wednesday, etc. any advice is appreciated.
thanks, martin.

Add a text box with this ControlSource:

=Format(Date(),"ddd")
 

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

Back
Top