Re: How to best enter dates?
VB 6 comes with several controls that support date entries such as DTPicker, a combobox that allows you to enter a date as well as select one from a drop down dialog.
There is also a MonthView control.
Get access to these controls by creating a new VB project and choose "VB EnterPrise Controls".
Re: How to best enter dates?
Thanks, Lothar.
At your suggestion I tried out the DTPicker control and it looks like a very good one.
Our general app specs require us to also use each control for entry of search parameters in our "FIND" mode. An example: "3/22/99..5/22/99" is used for entering a range of dates.
To do this requires changing the max characters property and accepting characters invalid to date entry. I'm afraid we will have to write our own custom control, perhaps incorporating the DTPicker and a text box.
Thanks again for the tip.
John Kisner
J.L.Kisner & Co., Inc.
Greenville, SC, USA
864-233-6941