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

Tip: Looking for answers? Try searching our database.

count nr of days

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Eric - 09 Nov 2006 11:05 GMT
Is there a way to count the nr of days when reading a date mm/dd/yyyy in a
recordset? for example when reading 09/22/2006 it should put 30 into another
variable. Thanks for any help on this.
Graham R Seach - 09 Nov 2006 11:23 GMT
Eric,

SELECT Day(DateSerial(Year([somedate]),Month([somedate])+1,0)) AS MonthDays
FROM tblMyTable

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

> Is there a way to count the nr of days when reading a date mm/dd/yyyy in a
> recordset? for example when reading 09/22/2006 it should put 30 into
> another
> variable. Thanks for any help on this.
Klatuu - 09 Nov 2006 15:37 GMT
Look in VBA Help for the DateAdd function.

> Is there a way to count the nr of days when reading a date mm/dd/yyyy in a
> recordset? for example when reading 09/22/2006 it should put 30 into another
> variable. Thanks for any help on this.
 
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.