I have a simple Select Query in which I have created a column usin the DATEDIFF function (LengthOfMembership: (DateDiff("yyyy",[JoinDate],Date()))
I would like to use the results of this in the development of a CROSSTAB query, however when I attempt to use this field (LengthOfMembership) in a subsequent query as part of a nested IIF statement, I cet a TYPE MISMATCH statement. Even if I use this field in a simple select query, and try to filter it (for example: "<5") I get a TYPE MISMATCH error.
I would really appreciate any advice or assistance that you might be able to offer. I've been fooling with this thing for hours now. Thanks in advance!!!!
Thanks,
Austin
I would like to use the results of this in the development of a CROSSTAB query, however when I attempt to use this field (LengthOfMembership) in a subsequent query as part of a nested IIF statement, I cet a TYPE MISMATCH statement. Even if I use this field in a simple select query, and try to filter it (for example: "<5") I get a TYPE MISMATCH error.
I would really appreciate any advice or assistance that you might be able to offer. I've been fooling with this thing for hours now. Thanks in advance!!!!
Thanks,
Austin