Change "dddd" to "ddd".
Did you copy and paste correctly? You need to have a comma char to seperate
the two arguments passed to the Format method.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"an" <(E-Mail Removed)> wrote in message
news:842E77B8-EFAC-4CDD-A120-(E-Mail Removed)...
>
> In Control Source of the textbox in form I have
> =Format([txtweekday];"dddd").
> Return, for example, Sunday word.
> Is possible to cut off the Sunday word to Sun?
>
> Thanks in advance.
> an