G
Guest
I've produced a Access 2003 which works fine except one user has set his date
format, via the Control Panel - Regional Options, to use '.' to delimit the
date rather than the '/' which everyone else uses.
The problems appear to occur when attempting to use filters and queries.
I’ve tried using format e.g. Format(Me!lstCourses.Column(3), "mm/dd/yyyy") to
try to change it to the required format but this doesn’t appear to work.
Can anyone please suggest a solution please? Can I also add that I would
prefer users to be able to use any format they wanted if I could.
format, via the Control Panel - Regional Options, to use '.' to delimit the
date rather than the '/' which everyone else uses.
The problems appear to occur when attempting to use filters and queries.
I’ve tried using format e.g. Format(Me!lstCourses.Column(3), "mm/dd/yyyy") to
try to change it to the required format but this doesn’t appear to work.
Can anyone please suggest a solution please? Can I also add that I would
prefer users to be able to use any format they wanted if I could.