Click to See Complete Forum and Search --> : Please Help!!! Simple Question


Juan Mtz
June 13th, 2000, 04:41 PM
I am using sheridan's datagrid and I am trying to format a column as long date. The field is set up as long date in Access, but when it populates the grid, it shows up as mm/dd/yyyy. How can I show the date as long(i.e. June 12, 2000). Any help will be appreciated.

Surrendermonkey
June 14th, 2000, 03:52 AM
Have you tried Format([whatever], "mmmm d, yyyy") in code?