hi, from the beginning you must know that i am a beginner with access.
i come with a very old issue, i saw a lot of threads, but nothing fits my case to solve the below problem:
i built the following query:
task id - perform at date
1002 - 06/23/2011
1002 - 06/11/2011
1002 - 06/14/2011
1004 - 05/19/2011
1004 - 06/25/2011
...
task id - defined as text field
perform at date - date/time
if i select for 'perform at date' in query design 'Total' to show 'Last', the last perform at date will be displayed for each task:
1002 - 06/23/2011
1004 - 06/25/2011
.....
my problem is that i want to find a solution to show the previous date to last / second to last date:
for better understanding:
1002 - 06/14/2011
1004 - 05/19/2011
....
do you have a hint for this? i am not familiar with sql, vba at all.
i have to mention that i saw a lot of threads: boblarson made a ref to The_Doc_Man for one of his threads in http://www.access-programmers.co.uk/forums/showthread.php?t=133770 and many others, but none fits to my knowledge and current case.
please let me know if you have any solution.
10x,
george
i come with a very old issue, i saw a lot of threads, but nothing fits my case to solve the below problem:
i built the following query:
task id - perform at date
1002 - 06/23/2011
1002 - 06/11/2011
1002 - 06/14/2011
1004 - 05/19/2011
1004 - 06/25/2011
...
task id - defined as text field
perform at date - date/time
if i select for 'perform at date' in query design 'Total' to show 'Last', the last perform at date will be displayed for each task:
1002 - 06/23/2011
1004 - 06/25/2011
.....
my problem is that i want to find a solution to show the previous date to last / second to last date:
for better understanding:
1002 - 06/14/2011
1004 - 05/19/2011
....
do you have a hint for this? i am not familiar with sql, vba at all.
i have to mention that i saw a lot of threads: boblarson made a ref to The_Doc_Man for one of his threads in http://www.access-programmers.co.uk/forums/showthread.php?t=133770 and many others, but none fits to my knowledge and current case.
please let me know if you have any solution.
10x,
george