Hi Aman
You want to use the Weekday() function.
One way to implement this would be to use the AfterUpdate event of the selection textbox. use Weekday() to determine the day number of the date, then use a select case to set the other textbox to the day name.