J
joyo
Hi,
I have a data table which contains big dataset. I want randomly pick
up some records and save them to another table. The two tables have
same structures and fields. First, I generate some random numbers. My
question is, how to use these numbers to find the certain records and
save these records to a new table. The big table doesn't have an id
field, such as autonumber field or RecordID field. I get this table
from external database or Excel file using "TransferDatabase" or
"TransferSpreadsheet" functions. If I have to insert an ID field in
this table. How to do that?
Thanks
joyo
I have a data table which contains big dataset. I want randomly pick
up some records and save them to another table. The two tables have
same structures and fields. First, I generate some random numbers. My
question is, how to use these numbers to find the certain records and
save these records to a new table. The big table doesn't have an id
field, such as autonumber field or RecordID field. I get this table
from external database or Excel file using "TransferDatabase" or
"TransferSpreadsheet" functions. If I have to insert an ID field in
this table. How to do that?
Thanks
joyo