Fråga : Dlookup som får #namefel med subform

Jag har ett huvudsakligt att bilda med sätter in efter:
[födelsedag] - (de skriver in information),
[strömålder] - DateDiff (”yyyy”, [DOB], nu ())rmat för +Int (Format (nu (), " mmdd”) (, ”mmdd”))
[månad] - DatePart (”M”, [DOB])
[år] - DatePart (”yyyy”, [DOB])

I har en tLifeRate att bordlägga med efter:
Current_Age klassar Amount
<70 $1.45 10,000.00
70 - 74 $0.90 $6,500.00
75-79 $0.65 $4,500.00
80 $0.44 $3,000.00

I har en livsubform med en sätta in av [klassa], på den. [Klassa], när livsubformen är den pröva förmiddagen för aktiv I att ha gör en dlookup som baseras på [current_agen] och, gå klassabeloppet som tillbaka dem, need.

This är min fungerar I-förmiddagen som har problemet with.
=IIf (bildar! fInputRetiree! Current_Age<70, DLookUp (” [klassa], ”, ”tLifeRate”,” [Current_Age] = [Forms]! [fInputLife]! [ Current_Age] ”),
IIf (bildar! fInputRetiree! Current_Age>=70 och fInputRetiree! Current_Age<=74, DLookUp (” [klassa], ”, ”tLifeRate”,” [Current_Age] = [Forms]! [fInputLife]! [Current_Age] ”),
IIf (bildar! fInputRetiree! Current_Age>75 och fInputRetiree! Current_Age<=79, DLookUp (” [klassa], ”,” tLifeRate ”,” [Current_Age] = [bildar]! [fInputLife för ]! [Current_Age] ”),
IIf (bildar! fInputRetiree! Current_Age>80, DLookUp (” [klassa], ”,” tLifeRate” för , ”[Current_Age] = [bildar]! [fInputLife för ]! [Current_Age] ”)))))
" klar "

Svar : Dlookup som får #namefel med subform

Försök detta


=IIf (bildar! fInputRetiree_Information! Current_AgeUp<70> (”[klassa],”, ”tLifeRate”,” [Current_Age] = ””& ”<70>ee_Information! Current_Age>69 och bildar! fInputRetiree_Information! Current_AgeDLookUp<75> (” [klassa], ”, ”tLifeRate”,” [Current_Age] =” ”& ”70-74” &” ””), IIf (bildar! fInputRetiree_Information! Current_Age>74 och bildar! fInputRetiree_Information! Current_AgeDLookUp<80> (” [klassa], ”, ”tLifeRate”,” [Current_Age] =” ”& ”75-79” &” ””), IIf (bildar! fInputRetiree_Information! Current_Age>79 DLookUp (” [klassa], ”, ”tLifeRate”,” [Current_Age] =” ”& ”80” &” '”), 0))))

Du ska också behov att sätta

Me.fInputLife.Requery

i den AfterUpdate händelsen av birthdaten sätta in på ditt huvudsakligt bildar för att uppdatera ändringarna i din livsubform.

För resten….,  Den var.
Du hade forgotton ”_Informationen”, när du hänvisade till som var din, bildar ie
Bildar! fInputRetireen behövde att vara bildar! fInputRetiree_Information

Leigh



Andra lösningar  
 
programming4us programming4us