Consultation with field for multiple criteria

AI Thread Summary
The discussion revolves around creating a query in Access 2007 to identify steps in a subform that have scheduled or rescheduled dates earlier than today's date, where the step has not been performed. The user seeks to extract the name of the first step that meets these criteria. Additionally, there is a need to generate a report for each advisor that includes companies and products, focusing specifically on the first unsuccessful step for each product. The report should indicate the date of the unsuccessful step, which could be either the scheduled or rescheduled date, while ensuring that populated fields indicate successful steps. The user has shared images for better clarity on the issue.
fabio2012
Messages
2
Reaction score
0
Gentlemen,


I have a subform with the following fields: name of the step, the scheduled date, place and date rescheduled date. I'm having trouble making a statement in a query
that has the following criteria: need to know what the step is smaller than today's date between the date scheduled and rescheduled date and the date performed without value.
if there are any other dates scheduled and rescheduled less than today, I need to know only the name is the first step with the date due.
I think I need to create a field in the query to the term, but I'm not getting. Any help is welcome. Thank you.
 
Technology news on Phys.org
Which database / programming language / development environment / whatever are you using?
 
Thank you for responding, for help. I'm using access 2007. I'm trying to make an appointment to make a report
by each assessor.
I have a form where there is a comboBox with the names of advisors. After selecting a name, I'm trying to
open a report with all the companies and products, and won every step of their product. the difficulty
I'm finding is this: for example, may have one or more steps losers, I just need to know
first step is unsuccessful, according to each product and their company's advisor.
I need to have a field in the report (or query, then use the report), with the date of the step
is unsuccessful, the date can be scheduled or rescheduled date. If the date field is populated place, the
step is ok. Sorry for not having prepared better. I am sent images that may facilitate the understanding of
my problem.
http://dl.dropbox.com/u/53793430/Desktop.zip
Again thank you very much.
 
Last edited by a moderator:
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top