R
RMires
I am using the following to find volumes from a table when inputing a gauge
(from a storage tank) on a form:
=DLookUp("[Volume]","tblStrap2612","[Gauge]
=[Forms]![frmStrap2612]![InputGauge]")
This works...once. If I change the number in the textbox control
"InputGauge" on the form, the result stays the same. I have tried the
following:
=DLookUp("[Volume]","tblStrap2612","[Gauge] ="
&[Forms]![frmStrap2612]![InputGauge])
but then I recieve an #ERROR
(from a storage tank) on a form:
=DLookUp("[Volume]","tblStrap2612","[Gauge]
=[Forms]![frmStrap2612]![InputGauge]")
This works...once. If I change the number in the textbox control
"InputGauge" on the form, the result stays the same. I have tried the
following:
=DLookUp("[Volume]","tblStrap2612","[Gauge] ="
&[Forms]![frmStrap2612]![InputGauge])
but then I recieve an #ERROR