Hi All,
I was wondering if you could help me out with this one.
I'm aware of the fact that you can merge cells by using a command like :
What I would like for an output is a variable that contains a check wether a field is NULL or filled with data.
Something like :
Is this possible?![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
Linux IS userfriendly.
It's only very selective about who it's friends are.
I was wondering if you could help me out with this one.
I'm aware of the fact that you can merge cells by using a command like :
Code:
SELECT ...., (Time & " on " & Date) As TimeDate From TableName
What I would like for an output is a variable that contains a check wether a field is NULL or filled with data.
Something like :
Code:
SELECT ...., (RETURN False IF Date IS NULL) As Finished From TableName
Is this possible?
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
Linux IS userfriendly.
It's only very selective about who it's friends are.