I have this coding for txtUnit.
Me.txtUnit = DLookup("produnitname", "tbl_DeptProGoalUpdate", "deptbudno = '" & Me![txtDeptBudNo] & "'")
because the field is not bound, every record
is showing as a same value.
a problem...
if I create a field in another table(forms rec source)
and bound this field, then i can't use the dlookup
if i use the dlookup function, the value is repeated..
how can i resolve this problem?
Me.txtUnit = DLookup("produnitname", "tbl_DeptProGoalUpdate", "deptbudno = '" & Me![txtDeptBudNo] & "'")
because the field is not bound, every record
is showing as a same value.
a problem...
if I create a field in another table(forms rec source)
and bound this field, then i can't use the dlookup
if i use the dlookup function, the value is repeated..
how can i resolve this problem?