Hi. I am trying to move to a particular record on a form where the form has a composite PK.
The PK is made of 3 fields: ModuleID, Precedence and RecordTypeID
I have always used docmd.findrecor d before but I can't see how to do this with a composite PK.
Any suggestions?
Thanks
Kirsty
The PK is made of 3 fields: ModuleID, Precedence and RecordTypeID
I have always used docmd.findrecor d before but I can't see how to do this with a composite PK.
Any suggestions?
Thanks
Kirsty
Comment