Hello, I have a form (f_on_farm_entry) where I use a combo box to select a county. I am trying to get a text-box on the same form to display the county code for the county that is selected. The County Code is which is stored in another table ("County Code") in a column named CoNum
Here is the expression I am trying to use: =DLookUp("CoNum","County Code","County=" & Forms![f_on_farm_entry].cbo_county)
I keep getting an error an was hoping someone could see what I was doing wrong.
Thanks,