Query Question 1

J

JIT

I am getting an error report about data type mismatch in criterion
expression. Here it is:

IIf(DateDiff("d","Arrival Date",[Start Date])>CBool(Rates![Free
Days]),"Departure Date") Or IIf(DateDiff("d","ArrivalDate",[Start
Date])<CBool(Rates![Free Days]),(("Max Charge Days Total")-CBool((Rates![Free
Days])-(DateDiff("d","Arrival Date",[Start Date])))))

can you tell me what is wrong?
 
R

RBear3

You already asked this once and you were given a response. Please go view
that thread and reply to it.
 
Top