Hello All,
Any idease regarding the code posted below.
I have two separate databases residing on the same Server "5CAM-ABS-05-1"
The database name is "PCRollOut \\ PCCD.NSF" because it resides in a directory "PCRollOut "
I have a view "LkUpStd" with a sorted first column containing ITStandards
The key I am using is AssociateName, this is a field that exists on a form in each database.
This formula below however does not work.
thisStd:=@DbLookup("":"NoCache";"5CAM-ABS-05-1":"PCRollOut \\ PCCD.NSF";"LkUpStd"; AssociateName;"ITStandards");
@If(thisStd="";@Return("");@Success);
@If(@IsError(thisStd);"Error";thisStd);

@Dblookup not working (Fol O 4.Apr.06)
. . 