S
SueM
Hi,
I have two textboxes on a form. Textbox1 allows the user
to enter the date for the data defaulting to todays date
and linking back to a table where the data is stored.
Textbox2 is the one I have problems with. I need it to
return the day of the week based on the information in
Textbox1.
I can get this value by using textbox1 as the control
source of textbox2, and dddd as the format but then I have
no idea how to link the information back to the data
table.
Any ideas how to get the data back to the table? Or on
other ways to return the day of the week value ie macros?
It may seem silly to need the day of the week, but it will
make reports more readable.
I have asked a similar question here before and have done
a lot of fiddling since, but am giving up in frustration.
Cheers,
Sue
I have two textboxes on a form. Textbox1 allows the user
to enter the date for the data defaulting to todays date
and linking back to a table where the data is stored.
Textbox2 is the one I have problems with. I need it to
return the day of the week based on the information in
Textbox1.
I can get this value by using textbox1 as the control
source of textbox2, and dddd as the format but then I have
no idea how to link the information back to the data
table.
Any ideas how to get the data back to the table? Or on
other ways to return the day of the week value ie macros?
It may seem silly to need the day of the week, but it will
make reports more readable.
I have asked a similar question here before and have done
a lot of fiddling since, but am giving up in frustration.
Cheers,
Sue