R
Raymond van der Meer
Hi everyone!
I've got a form with a subform in it.
In this subform I want to see the 4 records with the most recent date.
I'm using this SQL-statement:
SELECT [tblControle].[ControleId], [tblControle].[Hijsmateriaalnummer],
[tblControle].[ControleDate] FROM tblControle ORDER BY
[tblControle].[ControleDate] DESC, LIMIT 0,4;
but this doesn't seem to work...
What is the right way to let Access know what I want to see ?
Thank you in advance!
Greetings from the Netherlands,
Raymond
I've got a form with a subform in it.
In this subform I want to see the 4 records with the most recent date.
I'm using this SQL-statement:
SELECT [tblControle].[ControleId], [tblControle].[Hijsmateriaalnummer],
[tblControle].[ControleDate] FROM tblControle ORDER BY
[tblControle].[ControleDate] DESC, LIMIT 0,4;
but this doesn't seem to work...
What is the right way to let Access know what I want to see ?
Thank you in advance!
Greetings from the Netherlands,
Raymond