Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to display label if variable equals something

Status
Not open for further replies.

Talonjpc

Programmer
Jul 29, 2002
21
0
0
US
Hi Everyone:
Here is my problem

When I run this code:
If SelectString = 3 Then Me!lblWebDeveloperRequired.Visible

I get the following error:
Run Time Error 438, Object doesn't support this property or method. If I go to debug the following is highlighted:
Me!lblWebDeveloperRequired.Visible

Basically I am trying to only display a label if a certain variable equals a certain number. But this doesn't appear to work. Can anyone help me?

Thanks,
Vinay
 
Hi again,

It has been answered in your previous post. Multiple posts in a manner of seconds is sort of wasteful like this message.<g>

Have a good one!
BK
 
Yeh I forgot to include a descriptive subject, and I tried to stop the previous message, but I couldn't. Sorry about that, and thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top