Hi,
We have recently upgraded to informix v9 and to ODBC v 3.80. Now when I want to link to Informix through MS Access it only comes up with a list of shortened table names and the sql statements wont run at all.
Has anyone come accross this problem before?
Regards
Cogprog,
Further to my suggestion you could create a Max & Min Year object at design level. When you run query bring in the year object and also the max & min objects. Formula could then be:-
if <year> = <Max Year> then "Prior Year" else "Current Year"
This will work as...
Cogprog,
Need to use the following if statement which you can then define as a variable and use in place of the old one.
if <year> = '2001' then "Prior Year" else "Current Year"
rbuttens
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.