Re: Greenwich Mean Time (GMT) in Microsoft Access 2003
- From: Chuck Grimsby <c.grimsby@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 26 Sep 2005 17:34:24 -0500
On Mon, 26 Sep 2005 02:37:50 GMT, "tpers" <tpers@xxxxxxxxxx> wrote:
>How can I convert a datetime value (i.e. now()) to Greenwich Mean Time(GMT)
>in Microsoft Access 2003?
>I have an Access database that is shared by a few people across different
>time zones. The database has a form that is time sensitive. The time field
>is in the Pacific time zone. By using the GMT value for the NOW() and the
>Time-Field, I am hoping that my friend in the Central zone can get the
>appropriate record based on his time zone, when the form opens.
>Is there another (easier) way to accomplish this task?
>I appreciate any help available.
Lyle's advice is the best so far in this thread (everyone else is
making it far more difficult then it needs to be, IMHO), *however*,
that said, be aware that no matter what you do you are going to get
"inconsistent" results. Everyone's clock is set to different times,
and depending upon when they last updated their computer's internal
clock and the rate at which their computer loses or gains time, it
won't be accurate to a central point.
The _best_ way to do this is to use a SQL Server Database and have the
Server set the time stamp. You'll have to regularly update the SQL
Server's clock, of course, but it will be _far_ more consistent then
having a bunch of computers writing what they hope the time is to the
database!
--
Drive C: Error. (A)bort (R)etry (S)mack The Darned Thing
.
- Follow-Ups:
- Re: Greenwich Mean Time (GMT) in Microsoft Access 2003
- From: lylefair
- Re: Greenwich Mean Time (GMT) in Microsoft Access 2003
- References:
- Prev by Date: Re: How to work on home laptop, then update client's Front End?
- Next by Date: Re: RegisterDatabase for AS400
- Previous by thread: Re: Greenwich Mean Time (GMT) in Microsoft Access 2003
- Next by thread: Re: Greenwich Mean Time (GMT) in Microsoft Access 2003
- Index(es):
Relevant Pages
|