AC5FF
Registered User.
- Local time
- Today, 09:19
- Joined
- Apr 6, 2004
- Messages
- 552
I have looked and looked at this expression line and cannot find what is wrong.
This gives me an error "Expression entered has a function containing the wrong number of arguements"
However this one:
Can anyone see what I might be missing??
Repaired: Sum(IIf(work!status=4 And work!code=11 And work![tin date] Between DateSerial(Year(date(forms![enterprise report card].[combo31])),Month(date(forms![enterprise report card].[combo31])),1) And DateSerial(Year(date(forms![enterprise report card].[combo31])),Month(date(forms![enterprise report card].[combo31]))+1,0),1,0))
This gives me an error "Expression entered has a function containing the wrong number of arguements"
However this one:
works fine... The only difference is I inserted forms![enterprise report card].[combo31] inside of the Date() function.Repaired: Sum(IIf(work!status=4 And work!code=11 And work![tin date] Between DateSerial(Year(Date()),Month(Date()),1) And DateSerial(Year(Date()),Month(Date())+1,0),1,0))
Can anyone see what I might be missing??