Hi,
I want to make a form in which i put country name, I want to know what i do
for detect the country's current time.
As Douglas says, this is not possible in practice; the United States
has six timezones, I believe Russia has eight.
That said... if you can use finer geographic resolution or can accept
an answer "That depends on the timezone", you could create a table
with one entry for each country (I'd use the United Nations country
codes), with a number field indicating the offset from Universal Time.
It would be a fairly simple expression using DateAdd() to get from
your own system clock time, to Universal Time, to the time for the
selected location. I don't know where one would easily find the data
to fill this table but I'm sure it's out there somewhere!
John W. Vinson[MVP]