if statements

G

Guest

I have almost cracked the IF statement but i am just inches away!

i have a query with the following fields

job title date in Placement ID Placed
PA 01/01/2007 -4001 YES

I want the field placed to show yes IF there is a placement ID example
(-4001) and if not show "not placed" please help! as the window is looking
very inviting
 
G

Guest

Excellent works a treat!

thanks

Rob Parker said:
Placed: iif(IsNull([Placement ID]),"Not Placed","Yes")

HTH

Rob

smason said:
I have almost cracked the IF statement but i am just inches away!

i have a query with the following fields

job title date in Placement ID Placed
PA 01/01/2007 -4001 YES

I want the field placed to show yes IF there is a placement ID example
(-4001) and if not show "not placed" please help! as the window is looking
very inviting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top