that's clear...
but the problem is if i want to use date function on that format
let's say that I've used this format :
dd.mm.yyyy
in some certain control
and the local date format settings is:
yyyy-mm-dd
then if I use
format(ctl,"ww") result is false
or if i've write in table date in one format all further action can be confused after somehow the local date settings had been changed or mdb would be used on other computer
any idea how to solve this problem
I need somehow to tell to VB that I use some certain date format instead the local date/time settings, so vb and access shouk ignore the local date format settings and accept my own date format settings used in mdb
that does not solve problem, i need to have my date format because a lot of command are based on one date format in code, so if i forse user to use other format it will make mass in all project .....
by the other side i can't force user to change his local date format because of my project to be able to work
that must be some way to ignore the local format settings with vba code
I need somehow to tell to VB that I use some certain date format instead the local date/time settings, so vb and access shouk ignore the local date format settings and accept my own date format settings used in mdb
VB uses the American format as a default, end of story.
We, in Europe, are flexible enough to cope with this when hardcoding dates into VBA, and SQL, so my suspicion is that you will have to learn to live with this fact.