Two part question; first-Have a form that was created with form wizard so in design view I only see one text box. When the form opens and executes the query there are many text boxes in a column. I need to set the background color in the text boxes based on the value in the text box. (If Qyantity.value=500 then Quantity.backcolor=vbred end if.) But when the form opens and is updated (It updates every 30 seconds) and one text box reaches the limit all the text boxes turn red. (I see the logic in that since there is only one box in design view. SeemS I need to be able to address the text boxes in form view.)
Second Question; I can only get the click event to cause the event code to execute and change the color, but I want the color change automatically. I have tried all the other events and nothing happen (Change, On Update etc). How can this be done? (Is there an event I am missing?)
Thanks in advance
jpl
Second Question; I can only get the click event to cause the event code to execute and change the color, but I want the color change automatically. I have tried all the other events and nothing happen (Change, On Update etc). How can this be done? (Is there an event I am missing?)
Thanks in advance
jpl