Hi,
I am using dlookup to retrieve value from table. I have set after-update even when user select a department name and got the department id into the field by using dlookup.
Me.DepID = DLookup("DepID", "DepMain", "DepName.value='" & Me.Department.Value & "'")
Just the problem is when...