G
Guest
I have a form with a lookup field where when I choose it I want another field
to automatically fill in. I have created the following on update in the
lookup feild but it will not work. C_Part_1_code is the field looking for
the automatic fill in.
C_PART_1_CODE = DLookup("DIVISION", "[BLOCK]", "DIVISION=ME!CODE")
Can someone please explain what I have done wrong. Thanks
to automatically fill in. I have created the following on update in the
lookup feild but it will not work. C_Part_1_code is the field looking for
the automatic fill in.
C_PART_1_CODE = DLookup("DIVISION", "[BLOCK]", "DIVISION=ME!CODE")
Can someone please explain what I have done wrong. Thanks