I have a recordset based on a union of two queries. From this dataset I want to select a random set of records.
I am assuming its better to do this in VBA rather than the query grid?
Also is it possible to creat a field in the recordset that is not bound to a table, I guess I will need an index field for randomness OR a field to mark to say that that record has been selected randomly so that I dont select the same record twice.
Some pointers would be helpful.
Regards in advance
Peter
I am assuming its better to do this in VBA rather than the query grid?
Also is it possible to creat a field in the recordset that is not bound to a table, I guess I will need an index field for randomness OR a field to mark to say that that record has been selected randomly so that I dont select the same record twice.
Some pointers would be helpful.
Regards in advance
Peter