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 / December 2006

Tip: Looking for answers? Try searching our database.

Day based on the Date

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
insideout786@gmail.com - 03 Dec 2006 22:55 GMT
Hi,
I am trying to create a table that has current date on first column and
a day based on the current date. Can someone please help me with this?

For Example:

Date             Day
11/01/2006    Wednesday

and so on.

Thanks in advance.

Am
Douglas J. Steele - 04 Dec 2006 00:13 GMT
Hopefully you're not trying to store the day in a field in the table. All
you need is to add a computed field to a query, and use the query instead of
the table.

To get the day name for a given day, use Format(DateField, "ddd") to get
Mon, Tue, Wed, or Format(DateField, "dddd") to get Monday, Tuesday,
Wednesday.

Signature

Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)

> Hi,
> I am trying to create a table that has current date on first column and
[quoted text clipped - 10 lines]
>
> Am
ruralguy - 04 Dec 2006 00:19 GMT
Please do not multi-post.  Answered in another thread.

>Hi,
>I am trying to create a table that has current date on first column and
[quoted text clipped - 10 lines]
>
>Am

Signature

HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.

 
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.