A
Anton
Can some one help me?
I've a table with 3 fields
datefrom article price
1-10-2003 123 98
1-11-2003 123 96
1-12-2003 123 93
1-10-2003 111 77
1-11-2003 111 77
1-09-2003 111 77
I want to make a query that gives me the records before a specific
date (1-1-2004) and only the most actual one.
The result should be
1-12-2003 123 93
1-11-2003 111 77
Thanks in advance
Anton
I've a table with 3 fields
datefrom article price
1-10-2003 123 98
1-11-2003 123 96
1-12-2003 123 93
1-10-2003 111 77
1-11-2003 111 77
1-09-2003 111 77
I want to make a query that gives me the records before a specific
date (1-1-2004) and only the most actual one.
The result should be
1-12-2003 123 93
1-11-2003 111 77
Thanks in advance
Anton