Hi,
I have written the following expression to set a value in a field on a form based on the data in another filed:
DLookUp("[countyID]","locations","[location ID] ='" & [Forms]![Receipt Entry]![County ID])
I am trying to have a field self populate based on another fields data and I need it to go back to the table and look the data up.
I am entering data in the Location Field and I need it to go to the table and return the correct County based on the Location.
Any ideas or suggestions will be greatly appreciated!
Melissa
I have written the following expression to set a value in a field on a form based on the data in another filed:
DLookUp("[countyID]","locations","[location ID] ='" & [Forms]![Receipt Entry]![County ID])
I am trying to have a field self populate based on another fields data and I need it to go back to the table and look the data up.
I am entering data in the Location Field and I need it to go to the table and return the correct County based on the Location.
Any ideas or suggestions will be greatly appreciated!
Melissa