Hi all
Can someone point me in the right direction for code to go on the onclick event of a command button to insert some text (e.g. "yourtextgoeshere") into a text box (e.g. txtbox) on a form (e.g. frmtest).
And btw, I want to be able to add to the text that is already in the text box, not replace it because I already tried On click, TxtBox = "yourtextgoeshere"
thanks
Can someone point me in the right direction for code to go on the onclick event of a command button to insert some text (e.g. "yourtextgoeshere") into a text box (e.g. txtbox) on a form (e.g. frmtest).
And btw, I want to be able to add to the text that is already in the text box, not replace it because I already tried On click, TxtBox = "yourtextgoeshere"
thanks
Last edited: