A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

choose date in report



 
 
Thread Tools Display Modes
  #1  
Old November 14th, 2005, 03:11 PM
date
external usenet poster
 
Posts: n/a
Default choose date in report

Hi! I am new with Access. I made a little database and I made report too.
Report use Date from the Table. I like that when I open a Report that I
choose a date: for example between 4/22/2005 to 11/15/2005. I made a form
where did I put a beginning date and ending date. And now I don't know how to
connect this form to the Report. O.K. when I open a Report, first open a new
form and it ask me about date but than I don't know how to save the date.
Please help me. Thank you.
  #2  
Old November 14th, 2005, 03:19 PM
Allen Browne
external usenet poster
 
Posts: n/a
Default choose date in report

See:
Limiting a Report to a Date Range
at:
http://allenbrowne.com/casu-08.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"date" wrote in message
news
Hi! I am new with Access. I made a little database and I made report too.
Report use Date from the Table. I like that when I open a Report that I
choose a date: for example between 4/22/2005 to 11/15/2005. I made a form
where did I put a beginning date and ending date. And now I don't know how
to
connect this form to the Report. O.K. when I open a Report, first open a
new
form and it ask me about date but than I don't know how to save the date.
Please help me. Thank you.


  #3  
Old November 15th, 2005, 06:06 PM
date
external usenet poster
 
Posts: n/a
Default choose date in report

Thank you for you answer but i have a problem still.
I open the report in Design View but i don't know where or how should i set
the Control Source.
I made report from table datas.

Thanks a lot.

"Allen Browne" wrote:

See:
Limiting a Report to a Date Range
at:
http://allenbrowne.com/casu-08.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"date" wrote in message
news
Hi! I am new with Access. I made a little database and I made report too.
Report use Date from the Table. I like that when I open a Report that I
choose a date: for example between 4/22/2005 to 11/15/2005. I made a form
where did I put a beginning date and ending date. And now I don't know how
to
connect this form to the Report. O.K. when I open a Report, first open a
new
form and it ask me about date but than I don't know how to save the date.
Please help me. Thank you.




  #4  
Old November 16th, 2005, 01:18 AM
Allen Browne
external usenet poster
 
Posts: n/a
Default choose date in report

With the report open in deign view, right-click the text box whose Control
Source you want to set. Choose Properties.

In the Properites box, on the Data tab, set the Control Source.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"date" wrote in message
...
Thank you for you answer but i have a problem still.
I open the report in Design View but i don't know where or how should i
set
the Control Source.
I made report from table datas.

Thanks a lot.

"Allen Browne" wrote:

See:
Limiting a Report to a Date Range
at:
http://allenbrowne.com/casu-08.html

"date" wrote in message
news
Hi! I am new with Access. I made a little database and I made report
too.
Report use Date from the Table. I like that when I open a Report that I
choose a date: for example between 4/22/2005 to 11/15/2005. I made a
form
where did I put a beginning date and ending date. And now I don't know
how
to
connect this form to the Report. O.K. when I open a Report, first open
a
new
form and it ask me about date but than I don't know how to save the
date.
Please help me. Thank you.



  #5  
Old November 16th, 2005, 02:14 PM
date
external usenet poster
 
Posts: n/a
Default choose date in report

Thank you again
I did but when i run i get an run-time error 438:

and this line is yellow in the debug window:

strWhere = strField & " " & Format(Me.txtStartDate, conDateFormat)

"Allen Browne" wrote:

With the report open in deign view, right-click the text box whose Control
Source you want to set. Choose Properties.

In the Properites box, on the Data tab, set the Control Source.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"date" wrote in message
...
Thank you for you answer but i have a problem still.
I open the report in Design View but i don't know where or how should i
set
the Control Source.
I made report from table datas.

Thanks a lot.

"Allen Browne" wrote:

See:
Limiting a Report to a Date Range
at:
http://allenbrowne.com/casu-08.html

"date" wrote in message
news Hi! I am new with Access. I made a little database and I made report
too.
Report use Date from the Table. I like that when I open a Report that I
choose a date: for example between 4/22/2005 to 11/15/2005. I made a
form
where did I put a beginning date and ending date. And now I don't know
how
to
connect this form to the Report. O.K. when I open a Report, first open
a
new
form and it ask me about date but than I don't know how to save the
date.
Please help me. Thank you.




  #6  
Old November 16th, 2005, 02:43 PM
Allen Browne
external usenet poster
 
Posts: n/a
Default choose date in report

It would appear that your form does not have a text box named txtStartDate.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"date" wrote in message
...
Thank you again
I did but when i run i get an run-time error 438:

and this line is yellow in the debug window:

strWhere = strField & " " & Format(Me.txtStartDate, conDateFormat)

"Allen Browne" wrote:

With the report open in deign view, right-click the text box whose
Control
Source you want to set. Choose Properties.

In the Properites box, on the Data tab, set the Control Source.


"date" wrote in message
...
Thank you for you answer but i have a problem still.
I open the report in Design View but i don't know where or how should i
set
the Control Source.
I made report from table datas.

Thanks a lot.

"Allen Browne" wrote:

See:
Limiting a Report to a Date Range
at:
http://allenbrowne.com/casu-08.html

"date" wrote in message
news Hi! I am new with Access. I made a little database and I made report
too.
Report use Date from the Table. I like that when I open a Report
that I
choose a date: for example between 4/22/2005 to 11/15/2005. I made a
form
where did I put a beginning date and ending date. And now I don't
know
how
to
connect this form to the Report. O.K. when I open a Report, first
open
a
new
form and it ask me about date but than I don't know how to save the
date.
Please help me. Thank you.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy Cat Ain't Working shep Setting Up & Running Reports 15 September 12th, 2005 05:14 PM
Reports with Date Range - Errors jwr Setting Up & Running Reports 12 August 8th, 2005 12:57 PM
Has anyone seen this behaviour? What might it be? tw General Discussion 4 June 30th, 2005 03:23 PM
Query for 'confirmation' rogge Running & Setting Up Queries 8 April 19th, 2005 03:26 PM
Aggregating Date Data into Weeks and Quarters Roger Running & Setting Up Queries 3 July 11th, 2004 05:56 PM


All times are GMT +1. The time now is 01:31 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.