G
Guest
I tried posting my question in the newbee group. Perhaps, I'll have better
luck here. : )
I'm trying to create a query which has a column, rate, that pulls either the
"Fall rate" field or "Spring Rate" field from a staff table depending on the
date of a class. I used the expression builder to get the following, but I
keep getting an aggregate error:
Rate: IIf([Classes by Date]!Date<#1/1/2006#,[Certified Staff]![Fall
Rate],[Certified Staff]![Spring Rate])
I'm new to Access, so I don't even know if I'm putting the expression in the
right place, Field, or if queries can do if functions.
Thanks in advance for any help.
luck here. : )
I'm trying to create a query which has a column, rate, that pulls either the
"Fall rate" field or "Spring Rate" field from a staff table depending on the
date of a class. I used the expression builder to get the following, but I
keep getting an aggregate error:
Rate: IIf([Classes by Date]!Date<#1/1/2006#,[Certified Staff]![Fall
Rate],[Certified Staff]![Spring Rate])
I'm new to Access, so I don't even know if I'm putting the expression in the
right place, Field, or if queries can do if functions.
Thanks in advance for any help.