Are you referring to entering data directly into a TABLE or a FORM? You are int the Forms forum and you could use the Format function or the Day Function to DISPLAY the day for a particular date.
Skip, Did you hear what happened when the OO programmer lost his library?... He's now living in OBJECT poverty!
sure, but if that field is bound to a table you will need to adjust your form design. make the date field that is bound to the table invisible, then create another visible unbound date text box. Then you can capture the full date value and put it in the invisible text box and reformat the visible one to only show the day with FORMAT() function. THen update this event every time the visible date box changes or loses its focus.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.