473,387 Members | 1,650 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Retrieving Date in tabular Report

Hi,

I have a tabular report with a date field. The report is group by weeks.
Is there a way to retrive the date of the first record of each group and use
that date in the group footer. I would like to put something likethe
following in the footer:

For the week beginning [Date of first record] there were [Records]

Thanks for any help provided in advance.
Nate
Nov 12 '05 #1
1 2565
Presuming your report is based on a query named MyReportQuery:

Me!FooterLabel.Caption = " For the week beginning " _
& DMin("[NameOfDateField]","MyReportQuery") _
& " There Were " _
& DCount("*","MyReportQuery") _
& " Records"

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
www.pcdatasheet.com
"Nathan Bloom" <na*******@earthlink.net> wrote in message
news:cf***************@newsread4.news.pas.earthlin k.net...
Hi,

I have a tabular report with a date field. The report is group by weeks.
Is there a way to retrive the date of the first record of each group and use
that date in the group footer. I would like to put something likethe
following in the footer:

For the week beginning [Date of first record] there were [Records]

Thanks for any help provided in advance.
Nate

Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: David Trivette | last post by:
I was wondering if anyone could help me with a MS Access 2002 issue I'm having. Problem - I created a db in Access 97 which worked just fine for several years. In the db the user can generate...
1
by: Edward | last post by:
ASP.NET SQL Server 2k Our clients need to output a pretty complicated Consignment/Delivery Note from their system. It is in tabular form, but each row can have a) a different number of...
8
by: toddw607 | last post by:
Hi Everyone, I am using Access 2003 to input 2 dates from text boxes to display a report. The following is the code I'm trying to run: Dim fromDate As Date Dim toDate As Date ...
5
by: Sanjay Pais | last post by:
I have a table with over 1.3 million rows. I am retrieving only 20 at a time using the with - over clauses In query analyser, the data is retrieved in under a second. When retrieving using the...
3
scubak1w1
by: scubak1w1 | last post by:
Hello, I am wanting a "pretty output" of tabular data generated on the fly and saved in an array (PHP)... That is, I have a link so users can chart (JpGraph) and download (CSV) tabular data,...
2
by: =?Utf-8?B?U2FpbXZw?= | last post by:
Hi and Hello. Good Day. I have a problem in retrieving time in database. I have Table name "SAMPLE" and have field name "DATES" DATES -------------------------------------| 5/9/2008...
0
by: J360 | last post by:
Access 2003. I have used the code on this site (thanks!) to generate a dynamic report, but I'm stuggling with the format. How do I specify in VBA that the report should take a tabular form?
0
by: Mrityunjay Kumar Gaurav | last post by:
I'm making a HIS software using VB.Net and Oracle at the back end. I am facing a problem in creating a tabular report in Crystal Reports. The details is as follows: The table structure is as...
2
by: falroc | last post by:
I have a data base that is used for billing. I have a form called a report selector form. Below is the code used to create the report from the user inputs on the form. What I want to do is add a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.