Changing the visible atribute of a control according to a value.

  • Thread starter Wiz Master via AccessMonster.com
  • Start date
W

Wiz Master via AccessMonster.com

Hi guys I need to complete a school assignment and I am well aware on how
to coded in visual basic however in access its not working for me.

I need to make a label visible only when the value of a textbox control is,
= or > than 1000. Can you point me in the right direction.
 
W

Wiz Master via AccessMonster.com

Well thank you for the responce. However it still does not work properly it
makes the label visible when the 1000 or more value is set however when I
change the record it stays visible even when the value is not >= 1000.
So I need it to perform the task every time a record is changed what event
should I coded in.

This is how I need it to work. The label should become visible when value
is => 1000 then if I change the record and value is < than 1000 it should
become invisible.

Thanks ahead for your help.
 
W

Wiz Master via AccessMonster.com

Thank you very much.
If it had been in VB.Net I could have done it with my eyes closed. Heheheh
 

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

Top