In Access is it possible to change the caption of a button based upon a text box control that is displayed on a continuous form?
I'd also like to enable and disable the button on the continuous form depending upon the value in the record's text box control.
I've tried on the OnCurrent form property but that takes the values of the first record of the continuous form and sets all buttons on the continuous form based upon that rather than setting the buttons on the continuous form for each record.