I have a form that I am trying to update. I would like to have a field
populated by another table (State_laws) based on the value of another
field on the form.
I have a field called "state". When the user inputs a state I would
like another field to be populated based on the lookup of another table
based on the state. I am getting the value &name in my new unbound text
box. Here is my dlookup statement please help me figure out what I am
doing wrong.
=dlookup("State law","state_law s","State=" & state)Do I need a trigger
associated with the new field or the state field to kick off this
lookup?
Thank you for any help.
populated by another table (State_laws) based on the value of another
field on the form.
I have a field called "state". When the user inputs a state I would
like another field to be populated based on the lookup of another table
based on the state. I am getting the value &name in my new unbound text
box. Here is my dlookup statement please help me figure out what I am
doing wrong.
=dlookup("State law","state_law s","State=" & state)Do I need a trigger
associated with the new field or the state field to kick off this
lookup?
Thank you for any help.
Comment