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 / General 2 / January 2008

Tip: Looking for answers? Try searching our database.

Show a date on a Report

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bob V - 23 Jan 2008 22:11 GMT
Looking to show the Date in a 2 different text box on my report, If I get
these 2 I will work the rest out
1st Day of this month and the first day of next month 1-Jan -2008 and 1-
Feb - 2008
Thanks for any help.....Bob
Kevin B - 23 Jan 2008 22:31 GMT
For the first day of this month try this formula in a text box:

=DateSerial(Year(Now()),month(Now()),1)

For the first day of next month try this formula in a text box:

'=DateSerial(Year(Now()),Month(Now())+1,1)

Signature

Kevin Backmann

> Looking to show the Date in a 2 different text box on my report, If I get
> these 2 I will work the rest out
> 1st Day of this month and the first day of next month 1-Jan -2008 and 1-
> Feb - 2008
> Thanks for any help.....Bob
KARL DEWEY - 23 Jan 2008 23:32 GMT
Or try this ---
For the first day of this month try this formula in a text box:
=Date()-Day(Date())+1

For the first day of next month try this formula in a text box:
=DateAdd("m",1,Date()-Day(Date())+1)
Signature

KARL DEWEY
Build a little - Test a little

> For the first day of this month try this formula in a text box:
>
[quoted text clipped - 9 lines]
> > Feb - 2008
> > Thanks for any help.....Bob
Bob V - 24 Jan 2008 00:49 GMT
Brilliant guys thanks for your help, What if Back to 1st of the Month , then
back to first Monday is that possible
Regards Bob

> Or try this ---
> For the first day of this month try this formula in a text box:
[quoted text clipped - 18 lines]
>> > Feb - 2008
>> > Thanks for any help.....Bob
rosa rios - 24 Jan 2008 01:17 GMT
> Looking to show the Date in a 2 different text box on my report, If I get
> these 2 I will work the rest out
> 1st Day of this month and the first day of next month 1-Jan -2008 and 1-
> Feb - 2008
> Thanks for any help.....Bob
 
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.