I have Form with functionality allowing the user to re-link between different backends. All appears normal in that the form's RecordSource is as linked, but ALL the text box controls on the form now behave as though they were "Locked". I.e., text boxes get the control in a normal fashion but one cannot type into them, likewise with already populated text boxes one cannot edit the existing text. (The re-link code IS NOT new, been in use for years)
What might cause all the text boxes to behave as though locked?
BTW, the form has a mix of bound and unbound TB's.