hi here's my Code to locate a record in a table called PUPIL
dataModMain.tblPupil.Locate('AdmissionNumber',editAdmissionNumber.text,LoPartialKey);
For some reason, when I try to compile, I get this error message: Undeclared Identifier "loPartialKey"....
Is there a command that I need to add...