Hi, I'm designing a Leave Application. I have 2 Forms. Form 1 is used to enter employee particulars. Form 2 is the Leave Application Form. When the staff enters their name in Form 2, I want their particulars like id, designation that was entred in Form 1 to be displayed. I used this formula,
@DbLookup("";"":"PAL.NSF";"LA";@Do(PersonApply;""
;"ID"
Everytime I preview I get Field:'ID':Entry Not Found in index or view's index not built.
My first column in my view is sorted. Since I cannot specify a particular staff's name as the key and want the name entered in the PersonApply field to be fetched, have I coded it right? I've been stuck on this for weeks. Pls help. Thanx.
@DbLookup("";"":"PAL.NSF";"LA";@Do(PersonApply;""
Everytime I preview I get Field:'ID':Entry Not Found in index or view's index not built.
My first column in my view is sorted. Since I cannot specify a particular staff's name as the key and want the name entered in the PersonApply field to be fetched, have I coded it right? I've been stuck on this for weeks. Pls help. Thanx.