Textbox

  • Thread starter Thread starter O....
  • Start date Start date
O

O....

I want to check the Value of Gender If gender is "M" Place an X in my Text
box and if not leave blank. thanks for the help in advance. O
 
set the control source property of your textbox to
=IIF([Gender]="M","X","")
 

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

Back
Top