I want the name Today to extract of the current date square

ibrahim horus

Registered User.
Local time
Tomorrow, 01:36
Joined
Jan 18, 2015
Messages
24
hello
In the attached file two forms Student2In and FrmKyab I want today's name in Textbox'day through history date show textbox'DateAdd In order to show the day of absence It is seen in the field today at the table' kyabTb To work report
thanks
 

Attachments

without any data and your day field being text I'm not at all clear what you are trying to achieve.

if you wanted to show a date field to include the day of the week you would use the format property or method. eg. for today you could use

format(date(),"dddd, dd mmmm yyyy") which will display Sunday, 18 September 2016
 
Thank you for You London
 

Users who are viewing this thread

Back
Top Bottom