Hello everybody from Greece...

kost36

New member
Local time
Today, 06:22
Joined
Nov 17, 2016
Messages
7
Just a film critic, trying to make my life easier with ms access on keeping the total of Long and Short Greek Films...
 
Hello.

I remember a special problem from a Greek user who had trouble with the DatePart function. Apparently the Greek version has a local character for Month format instead of "m".

See post 12 in this thread. It might save you some head scratching when you start using date functions.
 
Hi,
yes indeed. But there is not the only. In every query the special character "," dosen't work too. It must be replaced with ";"
e.g. the usualy DateDiff("d",[date_in],[date_out]) doesn't work returning "... contains invalid syntax" It works as DateDiff("d";[date_in];[date_out])
And that happens only in queries and not in functions of modules
As I remember I had many error troubles with that some months before.
 

Users who are viewing this thread

Back
Top Bottom