A
Andre Laplume via AccessMonster.com
I have an Acces form. I want a box on it that defaults to a particular
date but which also allows the user to type any date he/she wants.
I have a query that returns the single date I'd like the default to be.
The best I can do(so far) is either have a text box that allows the user to
enter a date OR have a combo box that defaults to NULL but also has the
desired default date as the second date in its list. Again, it is pulling
this default date via a query execution.
How do I get the best of both worlds. Should I have a text box? A combo
box? I am confused as to what properties I need to set.
THANKS!!!!
date but which also allows the user to type any date he/she wants.
I have a query that returns the single date I'd like the default to be.
The best I can do(so far) is either have a text box that allows the user to
enter a date OR have a combo box that defaults to NULL but also has the
desired default date as the second date in its list. Again, it is pulling
this default date via a query execution.
How do I get the best of both worlds. Should I have a text box? A combo
box? I am confused as to what properties I need to set.
THANKS!!!!