R
R. Choate
I'm trying to configure an unbound date textbox and an unbound time textbox on an unbound userform. I want the textboxes to show by
default, the current date in "mm/dd/yy" format, and the current time in "short time". However, I want my user to be able to override
the default and enter some other date or time, so long as they enter it in the correct mask format. So far, I'm only getting it to
either give me the default values I want without allowing me to change them, or it won't give me any values but it will allow me to
enter one. I could use a little guidance on setting the properties for these 2 boxes. Should I set the initial values as part of the
form's open event, or do something with the txtbox properties directly without code?
Thx in advance
default, the current date in "mm/dd/yy" format, and the current time in "short time". However, I want my user to be able to override
the default and enter some other date or time, so long as they enter it in the correct mask format. So far, I'm only getting it to
either give me the default values I want without allowing me to change them, or it won't give me any values but it will allow me to
enter one. I could use a little guidance on setting the properties for these 2 boxes. Should I set the initial values as part of the
form's open event, or do something with the txtbox properties directly without code?
Thx in advance