P
Pete
I am moving from Access 2003 to Access 2007 front -end with a SQL Server
Express Back-end. I have such a lasrge database with many complicated
functions I could not use any migrate process, it bombed out.
I have found , through trial and error, many of the functions I need to
extract data from the SQL to Access; however I am now trying to design a
field which is supperimposed over another field, if the main field below is
equal to No, then the upper field (with text color) , repeats No in red. Else
it is NULL then the lower field is equal to Yes, and shows through as a Black
Yes. This worked fine in 2003 useing IIF ([LINA]="No", "No",NULL) .
But using 2007 I have not found any solution - I have tried IF LINA='No'
Then 'No' Else NULL; and CASE WHEN LINA = 'No' THEN 'No' ELSE NULL END. plus
of course IIF([LINA]="No","No",NULL .
Any help here, Thanks
Express Back-end. I have such a lasrge database with many complicated
functions I could not use any migrate process, it bombed out.
I have found , through trial and error, many of the functions I need to
extract data from the SQL to Access; however I am now trying to design a
field which is supperimposed over another field, if the main field below is
equal to No, then the upper field (with text color) , repeats No in red. Else
it is NULL then the lower field is equal to Yes, and shows through as a Black
Yes. This worked fine in 2003 useing IIF ([LINA]="No", "No",NULL) .
But using 2007 I have not found any solution - I have tried IF LINA='No'
Then 'No' Else NULL; and CASE WHEN LINA = 'No' THEN 'No' ELSE NULL END. plus
of course IIF([LINA]="No","No",NULL .
Any help here, Thanks