newbie question can access handle if the & case statements ?

G

Guest

Hi,
I get GetDescription Failed with E_FAIL(0x80004005) then I try to use IF THEN in select
statement. can anyone show where I am going wrong with an example.
Many Thanks.
 
D

Duane Hookom

There are several options:
- IIf()
- Switch()
- Choose()
- User defined function
- model with data in a lookup table
 
Top