I have a recordset that I want to add a new field to, in this case to create a random double number against each row in the recordset. can i do this without making a table or do I have to make an action query in vba and then add the field data using the recordset.
hope i have explained my self well.
the ultimate goal is to sort the recordset based on the double numbers to get a random selection.
I had hoped to avoid creating tables as this will create more network traffic to the back end.
regards
Peter
hope i have explained my self well.
the ultimate goal is to sort the recordset based on the double numbers to get a random selection.
I had hoped to avoid creating tables as this will create more network traffic to the back end.
regards
Peter