Feb 2, 2005 #1 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")
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")
Feb 2, 2005 #2 PHV MIS Nov 8, 2002 53,708 FR 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 Upvote 0 Downvote
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
Feb 2, 2005 #3 lespaul Programmer Feb 4, 2002 7,083 US try this: iif(([Eind maand]-[Instalatie_datum]-[aantal_dagen_deze _maand])+1 <= 0, "True", "False") Leslie Upvote 0 Downvote
try this: iif(([Eind maand]-[Instalatie_datum]-[aantal_dagen_deze _maand])+1 <= 0, "True", "False") Leslie
Feb 2, 2005 Thread starter #4 007700 Programmer Jan 24, 2005 20 NL Well it keeps op giving me #Name? as result..... and I can't seem to find out how to fix it.. Upvote 0 Downvote
Feb 2, 2005 #5 jbpez Programmer Jan 25, 2005 102 Describe each field and where is this function located. John Borges Upvote 0 Downvote
Feb 2, 2005 #6 ZmrAbdulla Technical User Apr 22, 2003 4,364 AE Thread has been split into two, please see thread702-998175 Zameer Abdulla Jack of Visual Basic Programming, Master in Dining & Sleeping Visit Me Upvote 0 Downvote
Thread has been split into two, please see thread702-998175 Zameer Abdulla Jack of Visual Basic Programming, Master in Dining & Sleeping Visit Me