MetalicPrism
Programmer
I have had a request to change the background color of a MS Access form based on the value of a textbox. I can get the code to work in the Form Activate event fine... But that sucks. The DataChange is not working as the data is not changed really I guess just passed to the next record. I was reading that there is a go around in continuous forms, but it is not what I am looking for... uless of course I am looking stupid here and there is more then one breed of them. This is just a straight form view, not like the "list like" view I was shown in the exsample. It would be optimum to put the code in the click event of the data control, however that is not to be seen in the design view of the form. Is this a doable thing or are all forms continuous forms when clicking through records.