ocottingham
Programmer
I am writing a position budget program. Among other fields, the form has the following fields from the Positions table:
posPlan
posGrade
posStep
posType
posPayRate.
If any of the first fields change on the form, I need to retrieve a new value from the GradeStep table, which has the following fields:
gsPlan
gsGrade
gsStep
gsType
gsRate.
As you can guess, the primary key for the GradeStep table is gsPlan, gsGrade, gsStep and gsType.
Should I use DLookUp? I'm trying to understand the function but am getting nowhere. Can anyone help?
posPlan
posGrade
posStep
posType
posPayRate.
If any of the first fields change on the form, I need to retrieve a new value from the GradeStep table, which has the following fields:
gsPlan
gsGrade
gsStep
gsType
gsRate.
As you can guess, the primary key for the GradeStep table is gsPlan, gsGrade, gsStep and gsType.
Should I use DLookUp? I'm trying to understand the function but am getting nowhere. Can anyone help?