G Gary Mar 22, 2004 #1 I want to have the button labels text to change according to the information in the record. how can I do that Thanks Gary
I want to have the button labels text to change according to the information in the record. how can I do that Thanks Gary
J John Vinson Mar 22, 2004 #2 I want to have the button labels text to change according to the information in the record. how can I do that Thanks Gary Click to expand... I'd use the Form's Current event to change the Caption property of the button based on the value in the fields. A bit beyond the capabilities of Conditional Formatting I fear, and it's not going to work well on a continuous form!
I want to have the button labels text to change according to the information in the record. how can I do that Thanks Gary Click to expand... I'd use the Form's Current event to change the Caption property of the button based on the value in the fields. A bit beyond the capabilities of Conditional Formatting I fear, and it's not going to work well on a continuous form!