L
Ljudmil
Hi,
I have a query which gives me 10 random records.
SELECT TOP 10 Basis_.t, Basis_.r, Basis_.Basis_code
FROM Basis_
ORDER BY Rnd(Basis_code);
Basis_code is an Auto Number field.
It works fine but when I open the database and run the query I always get
the same “10 random recordsâ€. What should I do to get different 10 random
records when I open the database?
Thanks in advance!
Ljudmil
I have a query which gives me 10 random records.
SELECT TOP 10 Basis_.t, Basis_.r, Basis_.Basis_code
FROM Basis_
ORDER BY Rnd(Basis_code);
Basis_code is an Auto Number field.
It works fine but when I open the database and run the query I always get
the same “10 random recordsâ€. What should I do to get different 10 random
records when I open the database?
Thanks in advance!
Ljudmil