I have this command set up in the After Update Field of the Location ID on my Data Entry Form. I want it to go back to the City Table, Grab the City Name based on what is entered for a Location ID on the form and input that in the City Name Field on the same form.
Am I putting this command in the wrong place as I keep getting an error?
Thanks.
=DLookup("[City Name]", "City", "[Location ID] =" _
& Forms![Data Entry]!Location ID)
Am I putting this command in the wrong place as I keep getting an error?
Thanks.
=DLookup("[City Name]", "City", "[Location ID] =" _
& Forms![Data Entry]!Location ID)