Question: 9. If the current record is the ninth record in a dataset that contains 10 records, which of the following statements will position the record
9. If the current record is the ninth record in a dataset that contains 10 records, which of the following statements will position the record pointer on the tenth record?
a. TblEmployBindingSource.Position = 9
b. TblEmployBindingSource.Position =
TblEmployBindingSource.Position + 1
c. TblEmployBindingSource.MoveLast()
d. all of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
