PDA

Click to See Complete Forum and Search --> : How going to a specific record in a table


Marcello
Oct 11th, 2000, 08:38 AM
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