473,396 Members | 1,738 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,396 software developers and data experts.

Reports, select criteria and run-time prompts

13
Hi,
I'm trying to design some reports which pick up action points at certain dates.
Is it possible for select criteria to be based on a run time prompt - i.e. a date field being > than or = to a date entered at run time?
Many thanks for any help,
Emma
Jan 15 '09 #1
5 2342
emrodge
13
Sorry, meant to say it's Access 2007.
Jan 15 '09 #2
Delerna
1,134 Expert 1GB
Everything is possible in one way or another. More detail please?
Jan 16 '09 #3
emrodge
13
Hi,
Thanks for your response. I have a table called Actions in a database and the table holds a date action created field and a date action to be completed field. I'd like to set up a report which selects any actions where the date to be completed is greater than or equal to a date specified at run time.
Many thanks,
Emma
Jan 16 '09 #4
Delerna
1,134 Expert 1GB
Hi Emma
I have a few ideas in mind but am unsure which way to help you!

I will take the simplest and assume that the term "report" means query.
If you create a query on your actions table you can open the query in design view. In the criteria property for the date to be completed field enter

>=[Please Enter The Minimum Date]

Note: the "please enter the minimum date" string can actually be anything you like but it must be enclosed in square brackets and it must not be the same as a field name.

For my example, what will happen is this.
You run the query
It will discover that there is no field called
[Please Enter The Minimum Date]
so a message box will pop up asking you to enter a value for it.
You enter the date
The query return all records where
Completed Date >= the date you entered.

I use access 2003 but I am pretty sure this will work in 2007 :)

Does that help?
Jan 17 '09 #5
emrodge
13
Thanks Delerna, that sounds great...I will give it a go later.
Emma
Jan 17 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Phil Lamey | last post by:
I'm hoping someone can help me here because I am at my wits end... I had an executable that was using a crystal reports ocx but now I am trying to rebuild this as a ASP.NET WebApp. Problem is...
2
by: Rene | last post by:
I have a master "attendance" report that also has two "attendance" sub-reports...each collecting data from a different group...and totaling those present at the end. I chose sub-reports because...
5
by: SuffrinMick | last post by:
Hello - I'm a newbie to coding! I'm working on an access 2000 database which has three tables: tblContacts - A list of customer contacts. tblOrgTypes - A list of organisational types....
2
by: misscrf | last post by:
I have a search form that is great. I have modified it in such a way, that when search results come up I can bring it back to a useful spot, say an entry form or a report. Here is my lemon (...
0
by: gregork | last post by:
I am new to access and I am having a lot of trouble with my date criteria for reports. I'm trying to run weekly and monthly reports but not having much success. Could anyone please advise me of a...
4
by: Andy Davis | last post by:
I have developed a number of reports that are based on parameter queries where the user enters criteria such as a date range and a sales rep say. I want to be able to show a graphical picture in...
3
by: mehul | last post by:
Hi, I am trying to use Active Reports v1.1 (Build 1.1.0.84) in a ASP.NET application. Is it possible to use it through the COM interlop as Crystal Reports for .NET which comes built in with...
7
by: odysseyphotography | last post by:
A friend would like to have a signup form on his site. Anyone that signs up will be entered into a database and automatically sent an email report. This much I can do! However, he'd then like...
3
by: Marty | last post by:
What is the best way to publish ms access reports to the web? Is there a way to web-enable the form I use to select report criteria and run the report? Thanks.
1
by: annemariearmour | last post by:
I am using Crystal reports version 11.2 to create reports. The data source is SQL Server, and I am using views rather than reporting directly from tables. I apply selection criteria to the incoming...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.