crmarrio Registered User. Local time Today, 09:55 Joined Feb 5, 2002 Messages 17 Feb 5, 2002 #1 I want to be able to write a report that shows a timetable block between certain times in a report. Any ideas?
I want to be able to write a report that shows a timetable block between certain times in a report. Any ideas?
David R I know a few things... Local time Today, 03:55 Joined Oct 23, 2001 Messages 2,632 Feb 5, 2002 #2 Use Between [Enter Start Time] And [Enter End Time] in the criteria of the underlying query. When you start the report, you will be prompted to fill in these parameters. You can even get the parameters to print on your report. Look here: http://www.access-programmers.co.uk/ubb/Forum5/HTML/000113.html HTH, David R
Use Between [Enter Start Time] And [Enter End Time] in the criteria of the underlying query. When you start the report, you will be prompted to fill in these parameters. You can even get the parameters to print on your report. Look here: http://www.access-programmers.co.uk/ubb/Forum5/HTML/000113.html HTH, David R
A Alexandre Registered User. Local time Today, 16:55 Joined Feb 22, 2001 Messages 791 Feb 5, 2002 #3 Depending on the complexity of what you aim to do you may want to use a FlexGrid control or try this simplier solution: http://www.mvps.org/access/reports/rpt0018.htm Alex
Depending on the complexity of what you aim to do you may want to use a FlexGrid control or try this simplier solution: http://www.mvps.org/access/reports/rpt0018.htm Alex