How extract date part of date/time ?

  • Thread starter Thread starter David
  • Start date Start date
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.
 
Back
Top