I want the default value of a field on a form to access a table and return the value in the table when another field is equal.
I have a table like this
col a col b
Diffusers 1
grilles 1
VAVs 3
The form has a drop down to select column a, and the next field you enter the value for column b which changes sometimes, but is typically 1 if diffusers, 3 if vav's. I tried to use the dlookup function, but I am not getting anywhere. Any help is appreciated.
I have a table like this
col a col b
Diffusers 1
grilles 1
VAVs 3
The form has a drop down to select column a, and the next field you enter the value for column b which changes sometimes, but is typically 1 if diffusers, 3 if vav's. I tried to use the dlookup function, but I am not getting anywhere. Any help is appreciated.