Solved

Which of the Following Locates the Record Whose PartNum Field

Question 3

Multiple Choice

Which of the following locates the record whose PartNum field contains KL542,and then assigns the record to the row variable?


A) row = PartsDataSet.tblParts.FindPartNum("KL542")
B) row = Parts.tblParts.FindByPartNum("KL542")
C) row = PartsDataSet.tblParts.FindBy("KL542")
D) row = PartsDataSet.tblParts.FindByPartNum("KL542")

Correct Answer:

verifed

Verified

Related Questions