I just want to display data. Some have helped me figure out how to do it dynamically by pointing out the Controlsource property on Textboxes. I notice that the Label has a controlsource property, too, but it doesn't seem to respond to changing cell contents in real time as the Textbox does.
The problem with the Textbox is that, even when locked, if the user clicks on it, it causes an error -- "Exception Occured." If I disable the Textbox, it still displays the data in real time, but the font is greyed out and I can't see an efficient way to change that.
I find it odd that simply displaying changing data (as opposed to receiving input data) would be a function that requires special workarounds. And yet it appears that way.
A user can't directly change the display of a label, but the label doesn't do the display job that the textbox does. This doesn't really make sense to me.
The problem with the Textbox is that, even when locked, if the user clicks on it, it causes an error -- "Exception Occured." If I disable the Textbox, it still displays the data in real time, but the font is greyed out and I can't see an efficient way to change that.
I find it odd that simply displaying changing data (as opposed to receiving input data) would be a function that requires special workarounds. And yet it appears that way.
A user can't directly change the display of a label, but the label doesn't do the display job that the textbox does. This doesn't really make sense to me.