ironfelix717
Registered User.
- Local time
- Today, 09:13
- Joined
- Sep 20, 2019
- Messages
- 193
Greetings,
Simply attempting to format an unbound textbox as either a date or a time only.
A user would rightfully assume that when one formats a textbox as verbatim "Short Date" or "Short Time" in the design mode, the formatting would actually be a "Short Date" only---or a "Short Time"---only.
The behavior exhibited in my case is a full date/time text being displayed when entering the listbox. I need just a date, or just a time displayed - not both when the user happens to click on the textbox. This behavior is unintuitive and assumingly faulty.
Is the only remedy a VBA change event?
Thanks
Simply attempting to format an unbound textbox as either a date or a time only.
A user would rightfully assume that when one formats a textbox as verbatim "Short Date" or "Short Time" in the design mode, the formatting would actually be a "Short Date" only---or a "Short Time"---only.
The behavior exhibited in my case is a full date/time text being displayed when entering the listbox. I need just a date, or just a time displayed - not both when the user happens to click on the textbox. This behavior is unintuitive and assumingly faulty.
Is the only remedy a VBA change event?
Thanks