Hi,
I want to be able to pull a record at random from my table via the js api.
To do so I need to know the max number of records that exist in the table. I have used Auto numbering to create the id ( key field ) of the table. I can then simply gen...