S
SDCT
I am trying to get a command button's caption to display some text
along with the value of a textbox control for each record in a
continuous form... I took this approach but it displays only the value
of the first record's control on the button for every subsequent
record...
cmdButton.Caption = "Update " & txtBox.Value
Any tips are greatly appreciated...
along with the value of a textbox control for each record in a
continuous form... I took this approach but it displays only the value
of the first record's control on the button for every subsequent
record...
cmdButton.Caption = "Update " & txtBox.Value
Any tips are greatly appreciated...