B 
		
								
				
				
			
		Bruce A. Julseth
Why does this "fail?"
dvRecords.Sort = "PrimaryKey desc"
intRecords = dvRecords.Find(16)
Returns a -1. There is a 16 in the PrimaryKey Column
Thank you...
Bruce
				
			dvRecords.Sort = "PrimaryKey desc"
intRecords = dvRecords.Find(16)
Returns a -1. There is a 16 in the PrimaryKey Column
Thank you...
Bruce