Using rows.find with a composite key

beerbsh316

Member
Joined
Jan 10, 2007
Messages
10
Programming Experience
5-10
I would like to use rows.find on a table in my dataset as opposed to going through all of the rows in the table to find the right one but I am not sure what the syntax is when the table has a composite primary key.
 
Back
Top