D
D. McDonough
Seen many post re: probs w/ MS date and time picker, but
couldn't find this one:
Have date/time picker. Want TextBox to show the day of the
week name for the date in the picker. I've used the
following code:
dayName = WeekdayName(Weekday(DTPicker.Value))
Text1.Value = dayName
Works when the form data is not linked to a table. When I
set my table up so the value in the D/T Picker control is
a value from a table, it doesn't work!
How can I get it to work???
Thanks!
couldn't find this one:
Have date/time picker. Want TextBox to show the day of the
week name for the date in the picker. I've used the
following code:
dayName = WeekdayName(Weekday(DTPicker.Value))
Text1.Value = dayName
Works when the form data is not linked to a table. When I
set my table up so the value in the D/T Picker control is
a value from a table, it doesn't work!
How can I get it to work???
Thanks!