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 / Forms Programming / July 2005

Tip: Looking for answers? Try searching our database.

Generating forms by date

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sam - 18 Jul 2005 08:01 GMT
Hello

I need to be able to generate a report by date, or better still by month. I
am setting up a loan application tracker and need to display loan settled for
one month at a time.

Can anyone help me with this???
John Vinson - 18 Jul 2005 18:08 GMT
>Hello
>
[quoted text clipped - 3 lines]
>
>Can anyone help me with this???

Create a Query with a criterion on the date field to return the
desired date or date range; base your report on this Query.

You might want to use a criterion like

>= DateSerial([Enter year:], [Enter month number:], 1) AND < DateSerial([Enter year:], [Enter month number:] + 1, 1)

The user would type in 2005 in response to Enter Year:, 5 in response
to Enter Month Number:, and would see all records for May 2005.

                 John W. Vinson[MVP]    
 
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.