B
Bruce A. Julseth
I want to find the primary key (autoincremented) of the record I just saved
(i.e.. the last record saved). With SQL, I can do this with "Select Top 1
PrimaryKey from database Order by PrimaryKey desc." How can I do this with
a "RowFilter?"
This //\\ dvRecords.RowFilter = "PrimaryKey = Top 1 PrimaryKey Order By
PrimaryKey desc" //\\ doesn't work. Maybe I have the syntax wrong!!
Appreciate suggestions on using "RowFilter" to find the last records
entered!
Thank you
Bruce
(i.e.. the last record saved). With SQL, I can do this with "Select Top 1
PrimaryKey from database Order by PrimaryKey desc." How can I do this with
a "RowFilter?"
This //\\ dvRecords.RowFilter = "PrimaryKey = Top 1 PrimaryKey Order By
PrimaryKey desc" //\\ doesn't work. Maybe I have the syntax wrong!!
Appreciate suggestions on using "RowFilter" to find the last records
entered!
Thank you
Bruce