Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Iff

Status
Not open for further replies.

007700

Programmer
Jan 24, 2005
20
NL
Hi there,

Could anyone tell me what is wrong with the following statement ? I don't seem to be able to find it....

iff((([Eind maand]-[Instalatie_datum]-[aantal_dagen_deze _maand])+1)<=0,"true", "false")
 
IIf (not iff)

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
try this:

iif(([Eind maand]-[Instalatie_datum]-[aantal_dagen_deze _maand])+1 <= 0, "True", "False")

Leslie
 
Well it keeps op giving me #Name? as result..... and I can't seem to find out how to fix it..
 
Describe each field and where is this function located.

John Borges
 
Thread has been split into two, please see thread702-998175

Zameer Abdulla
Jack of Visual Basic Programming, Master in Dining & Sleeping
Visit Me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top