IIF Statement

G

Guest

Hi,

I am creating a query with many variables at least 8.

below is the IIf expression for 1 variable:
Storagedays: IIf(Not IsNull([ReceivedDate]) And IsNull([StuffedDate]) And
IsNull([DeliveredDate]) And IsNull([ReturnedDate]) And Not
IsNull([DeliveredBackDate]) And IsNull([ReturnedBackDate]) And Not
IsNull([ShippedDate]),DateDiff("d",[ReceivedDate],[DeliveredBackDate]),"")

That expression adds up to 275 characters with spaces how much characters
can my expression hold is it possible for me to add the nest 7 multiply 8 x
275 = 2200
thats an averge it can go up to 200 characters less or 200 characters more
depending on the other question

Is it even logical to add other IIF statemnts unto this and if so can I get
an example?
thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top