Hi from switzerland,

i got a list of about 1500 entries in a table.

With:

RandomNumber = int(rnd*rs.RecordCount)+1

i calculate a random entry, which i want to show.

What is the fastest way to show the calculated entry of this table?

I tried with making rs.Movenext for RandomNumber times, but i think, there is a faster way.

Thanx for help,
Marcello