Hi there and a happy new year to all. I have a label and a few text boxes. The label is set to scroll the info from the textboxes. It is easy to link 1 textbox to a label, but I want to label to read from a few textboxes in sequence. and scroll the info from those text boxes.
Herewith my code:
frmSplash.Label 50.Caption = Player1.Text1.T ext Then Player1.Text2.T ext
My problem is how to identify the next "textbox" in the sequence? I have used the Then function as i have no idea what should be used or if it is possible. I have tried "then" "," "next" between the 2 identified textboxes with no luck. Can anyone help please.
Thanks
Werner
Herewith my code:
frmSplash.Label 50.Caption = Player1.Text1.T ext Then Player1.Text2.T ext
My problem is how to identify the next "textbox" in the sequence? I have used the Then function as i have no idea what should be used or if it is possible. I have tried "then" "," "next" between the 2 identified textboxes with no luck. Can anyone help please.
Thanks
Werner
Comment