Look up a number, give resulted text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm wanting to look up if a certain cod in a field, and if yes, then display
a text (sentence) in a text box. I want the result (text box) to show up on
a report. How do I do that?
 
Sub Form_Current

mytextbox.visible = myfield = "cod"

End sub



| I'm wanting to look up if a certain cod in a field, and if yes, then
display
| a text (sentence) in a text box. I want the result (text box) to show up
on
| a report. How do I do that?
 

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