I want to use the datatable.select() method to find a record and then I want to set the record that is found = to a datarow. What would that particular line look like (assigning the datarow to the selected datatable?). Currently I assigned a primary key to the datatable and am using the .find method instead, and that works fine but I would still like to know how to set the datarow to the first record found by using the datatable.select method. Thanks!