G
Guest
I have a problem and maybe someone here could solve my problem. I have a
table in Access and I want to make a query depending of the last entry (now
function) of the table. If the last entry is an apple I want to make a query
of all the apples that is more than maybe $50.
No DateEntry Product Price
1 10:30 Apple 55
2 10:33 Pear 20
3 10:10 Apple 25
4 10:50 Apple 50
5 10:40 Apple 52
The criteria should be No 4 because of the time it’s entered last.
This would generate in the query:
No DateEntry Product Price
1 10:30 Apple 55
5 10:40 Apple 52
Many thanks in advance.
Stefan
table in Access and I want to make a query depending of the last entry (now
function) of the table. If the last entry is an apple I want to make a query
of all the apples that is more than maybe $50.
No DateEntry Product Price
1 10:30 Apple 55
2 10:33 Pear 20
3 10:10 Apple 25
4 10:50 Apple 50
5 10:40 Apple 52
The criteria should be No 4 because of the time it’s entered last.
This would generate in the query:
No DateEntry Product Price
1 10:30 Apple 55
5 10:40 Apple 52
Many thanks in advance.
Stefan