B
Bob V
On my Form I have a Combo box and a check box. I want the combo box to show
today's date if Check box is True!
Thanks for any Help....Bob
today's date if Check box is True!
Thanks for any Help....Bob
Allen Browne said:Set the Control Source of the combo to:
=IIf(([MyCheckBox]), Date(), Null)
It's unusual to use a combo to display a date like that, so I suspect I
have not understood your question correctly.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Reply to group, rather than allenbrowne at mvps dot org.
Bob V said:On my Form I have a Combo box and a check box. I want the combo box to
show today's date if Check box is True!
Thanks for any Help....Bob
Bob V said:On my Form I have a Combo box and a check box. I want the combo box to
show today's date if Check box is True!
Thanks for any Help....Bob