Try typing this into the Field row in your query:
DateSerial(Left([[xact_dat_x],4), Mid([xact_dat_x], 5,2),
Mid([xact_dat_x], 7,2))
That should display correctly for whatever your regional settings are, and
sort and respond to criteria correctly as a date.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Reply to group, rather than allenbrowne at mvps dot org.
samuel said:
i have a field [xact_dat_x] with a value of 2005073122312300
using query designer, how do i format the field to display 7/31/2005