V Van T. Dinh Jan 7, 2004 #3 If you only want to show the date only in a Control, set the Format of the Control to "Short Date" or "mm/dd/yyyy" or similar. If actually want to extract the date value without the time component, use the DateValue() function. Check Access VB Help on this function.
If you only want to show the date only in a Control, set the Format of the Control to "Short Date" or "mm/dd/yyyy" or similar. If actually want to extract the date value without the time component, use the DateValue() function. Check Access VB Help on this function.