I thought it best to post this in 'Forms' rather than 'Modules & VBA'.
In the past (in relation to other databases I've worked on) and again in the last couple of days (for the one I'm working on now), I've conducted research around making formatting etc changes to specific fields in specific records on continuous forms. And I believe the conclusion I've always come to is that conditional formatting can sometimes provide the solution.......not VBA. (Please correct me, if I'm wrong here).
The scenario I'd like to get working now, if it's at all possible :
I have a continuous form embedded in a form. Each record in the continuous form has a text-box and a button (and I'll be adding some other fields; experimenting with the textbox-and-button combo first). I'd like to be able to click on any button I choose, and have the corresponding text-box disable / lock.........not ALL of the text-box on ALL of the records.
IS there a way of doing this in VBA ? Failing that, any other way ? Thanks in advance for any guidance on this.
In the past (in relation to other databases I've worked on) and again in the last couple of days (for the one I'm working on now), I've conducted research around making formatting etc changes to specific fields in specific records on continuous forms. And I believe the conclusion I've always come to is that conditional formatting can sometimes provide the solution.......not VBA. (Please correct me, if I'm wrong here).
The scenario I'd like to get working now, if it's at all possible :
I have a continuous form embedded in a form. Each record in the continuous form has a text-box and a button (and I'll be adding some other fields; experimenting with the textbox-and-button combo first). I'd like to be able to click on any button I choose, and have the corresponding text-box disable / lock.........not ALL of the text-box on ALL of the records.
IS there a way of doing this in VBA ? Failing that, any other way ? Thanks in advance for any guidance on this.