hi
if my computer region set to dd/MM/yyyy hh:mm and my query in access:
is this query will work on computer that his region set to MM/dd/yyyy hh:mm ?
if no, how to fix it without change the region in the computer ?
thank's in advance
if my computer region set to dd/MM/yyyy hh:mm and my query in access:
Code:
select * from MyTbl where MyDate between #25/12/2010 10:51# and #30/12/2010 12:11#
is this query will work on computer that his region set to MM/dd/yyyy hh:mm ?
if no, how to fix it without change the region in the computer ?
thank's in advance