Can someone please supply me with the relevant VB code so that when a text box contains an amount of currency the check box will be ticked automaticaly<br><br>Chris
Assumptions:<br> your Checkbox name is "Check1"<br>The textbox on your form is "Textbox1"<br><br>Somenumber is a value you are checking against<br><br> If Val(Me![Textbox1]) >= Somenumber Then<br> Me!Check1.Value = True<br> Else<br> Me!Check1.Value = False<br> End If<br><br>OK<br> <p>DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.