rossten4744
IS-IT--Management
After looking at several postings on dlookup issues I am still stumped. I am working on a "Employee Detail" form. I have a field that is a combo box and contains the pay periods called [PPID]. My goal is that after selecting a pay period the start date is entered in [PPStart] field.
The PPID and PPStart live in table [tblPPStartEnd]. I am almost positive that the problem lies in my condition, but obviously I don't understand it enough to solve it.
My expression is in the form Dlookup(expression,where, Condition) =DLookUp("[tblPPStartEnd]![PPStart]","[tblPPStartEnd]"," [PPID]= & [tblPPStartEnd]![PPID] ")and is located in the control source of the PPStart field. An #Error is returned to the PPStart field.
Please Help.
The PPID and PPStart live in table [tblPPStartEnd]. I am almost positive that the problem lies in my condition, but obviously I don't understand it enough to solve it.
My expression is in the form Dlookup(expression,where, Condition) =DLookUp("[tblPPStartEnd]![PPStart]","[tblPPStartEnd]"," [PPID]= & [tblPPStartEnd]![PPID] ")and is located in the control source of the PPStart field. An #Error is returned to the PPStart field.
Please Help.