Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / March 2005

Tip: Looking for answers? Try searching our database.

Displaying data versus actual data

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ID10Terror - 30 Mar 2005 06:58 GMT
Hi:

I am having some problems with appending from 1 table to another.  My main
problems are always with the date/time.  Some of my problems are with the
actual data in the field versus what is displayed.  Here are a few examples:

1.  Date:  How do I just get the long date out of this?  I do not need the
+0100, which probably has to do with GMT?
Sat, 26 Mar 2005 20:35:21 +0100

2.  Date:  Using the above example, how do I add (in this case because it is
+0100) the time to 20:35:21?

3.  Date:  The field shows "3/28/05" but when I click the field it actual
displays or contains 3/28/2005 3:48:27 PM

4.  Date:  How do I  manipulate the time zones, like 11:35:16 Mar 26, 2005
PST?

TIA
Alex Dybenko - 30 Mar 2005 09:58 GMT
Hi,
1. you have to write own function which read such date and convert it to
serial date in UTC for example (or whatever time zone you like)
2. to add - you can use dateadd() function. but first - #1
3. here you have to set correct format of a field, displaying date
4. same like #1. Try to google for such function, probably somebody wrote it
already

Signature

Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com

> Hi:
>
[quoted text clipped - 17 lines]
>
> TIA
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.