Hello,
We have a requirement in which we have a table which has the following columns
1) Department Code (0,1,2,3,4...99)
2) Employee Position (A,B,C,D....Z)
3) Employee Name
We want to have a lookup on a string field in a form which would have employees showing up from 10 of the 100 department codes and 5 of the 26 employee positions
queryBuildRange = queryBuildDataSource.addRange(fieldNum(DEPARTMENTRESOURCES, Code));
queryBuildRange.value("LOOKING FOR THE VALUE TO BE INSERTED HERE");
queryBuildRange = queryBuildDataSource.addRange(fieldNum(DEPARTMENTRESOURCES, position));
queryBuildRange.value("LOOKING FOR THE VALUE TO BE INSERTED HERE");
Thanks & Regards,
Hitesh