J
Joe Cilinceon
Here is the statement:
=DLookUp("[tblUnitData]![Rate]","[tblUnitData]","[tblUnitData]![Unit] ="
&[Forms]![fsubPostPayments]![Unit])
Now what I'm looking for is the Rate from tblUnitData for the unit that has
focus on the subfrom fsubPostPayments. I keep getting a ?Name error.
Any one have a clue as to what I'm doing wrong. Oh and Unit is a number
field.
=DLookUp("[tblUnitData]![Rate]","[tblUnitData]","[tblUnitData]![Unit] ="
&[Forms]![fsubPostPayments]![Unit])
Now what I'm looking for is the Rate from tblUnitData for the unit that has
focus on the subfrom fsubPostPayments. I keep getting a ?Name error.
Any one have a clue as to what I'm doing wrong. Oh and Unit is a number
field.