User Form


Posted by David on January 23, 2002 2:07 AM

I am using a userform which has a drop down bar for a list of dates. However when I select a date from the drop down bar a number ampears in the box which seems to have no reference to the date at all.



Posted by staffan on January 23, 2002 2:52 AM

A litte hard to see what you are after here.
My guess is that the number you actually see is an "Integer" - try formating it into a "Date", and see if everything will clear up.

Note:
In VB try for example:
Format(theWrongThing, "Long Date")

//Staffan