G
Guest
I have a SP and I've combind two fields
Address+ ' ' +AppNum AS [Address]. It works fine as long as both flieds have
a value, if for example APPNum doesn't, I get blank Address field.Do I have
to use IsNULL(AppNum,address) or even Case? Why can't I get just address
displayed when AppNum is blank?I'm re-writing a mdb to adp, and this worked
fine in access.(Address)& " " &(Appnum)
Address+ ' ' +AppNum AS [Address]. It works fine as long as both flieds have
a value, if for example APPNum doesn't, I get blank Address field.Do I have
to use IsNULL(AppNum,address) or even Case? Why can't I get just address
displayed when AppNum is blank?I'm re-writing a mdb to adp, and this worked
fine in access.(Address)& " " &(Appnum)