M
Megan Flaherty via AccessMonster.com
hi.
really tired. sorry if this is a stupid question.
i had an expression on a form
If (Eval("DLookUp(""[TierID]"",""[PRICES]"",""[TierID] =Form.[TierID]
"") Is Not Null")) Then ...
worked fine when the parameter was part of the main form.
but then, I had to make some changess and the TierID is now on a subform.
I can get the value: MsgBox "Selected Tier = " & Me.Form1![TierID]
So i tried
If (Eval("DLookUp(""[TierID]"",""[PRICES]"",""[TierID] =Me.Form1!
[TierID] "") Is Not Null")) Then ...
and
If (Eval("DLookUp(""[TierID]"",""[PRICES]"",""[TierID] =[Forms]![Form1]
![TierID] "") Is Not Null")) Then ...
and
a zillion other things.
can anyone do this one quickly?
really tired. sorry if this is a stupid question.
i had an expression on a form
If (Eval("DLookUp(""[TierID]"",""[PRICES]"",""[TierID] =Form.[TierID]
"") Is Not Null")) Then ...
worked fine when the parameter was part of the main form.
but then, I had to make some changess and the TierID is now on a subform.
I can get the value: MsgBox "Selected Tier = " & Me.Form1![TierID]
So i tried
If (Eval("DLookUp(""[TierID]"",""[PRICES]"",""[TierID] =Me.Form1!
[TierID] "") Is Not Null")) Then ...
and
If (Eval("DLookUp(""[TierID]"",""[PRICES]"",""[TierID] =[Forms]![Form1]
![TierID] "") Is Not Null")) Then ...
and
a zillion other things.
can anyone do this one quickly?