S
SueM
Hi
I have a form on which 2 textboxes give me the date
(textbox1)and the day of the week (textbox2)dependent on
the date in the first textbox.
So far textbox2 can only give me the day of the week if
textbox1 is it's control source in the properties.
This means that I can't link the table behind the form to
the textbox and the table field for the day of the week
ends up with no values in it.
Is their either an after update event for textbox1 which
would insert the day of the week value into textbox2 for
me or an after update event for textbox2 which would
insert the value from the textbox into the field in the
table?
Cheers
Sue
I have a form on which 2 textboxes give me the date
(textbox1)and the day of the week (textbox2)dependent on
the date in the first textbox.
So far textbox2 can only give me the day of the week if
textbox1 is it's control source in the properties.
This means that I can't link the table behind the form to
the textbox and the table field for the day of the week
ends up with no values in it.
Is their either an after update event for textbox1 which
would insert the day of the week value into textbox2 for
me or an after update event for textbox2 which would
insert the value from the textbox into the field in the
table?
Cheers
Sue