bakerboy_1111
Registered User.
- Local time
- Today, 08:56
- Joined
- Dec 1, 2003
- Messages
- 43
Hello All,
Hopefully this one is not as difficult as my previous post.
I have a query, and I would like to add a column that checks to see if another column called Drawn is null or not.
If it is null, then in the output of my query, I would like to see an unchecked checkbox, and if it isn't null, then a checked check box.
So far in the query I have the following code:
Expr1: Iif(IsNull(Drawn), False, True)
Does anyone know how I can modify this to work the way I require?
Thanks for any responses.
Bakerboy
Hopefully this one is not as difficult as my previous post.
I have a query, and I would like to add a column that checks to see if another column called Drawn is null or not.
If it is null, then in the output of my query, I would like to see an unchecked checkbox, and if it isn't null, then a checked check box.
So far in the query I have the following code:
Expr1: Iif(IsNull(Drawn), False, True)
Does anyone know how I can modify this to work the way I require?
Thanks for any responses.
Bakerboy