I have multiple buttons( button1, button2, etc and instead of typing repeated code i just want the button to refer to the recordid and then based on that update the text value of the button
T=Form.RecordID.Text
Main.Controls("Button" & T).Text = Me.textbox1.Text
any help would be great thanks
T=Form.RecordID.Text
Main.Controls("Button" & T).Text = Me.textbox1.Text
any help would be great thanks