Dear Friends,

I have to write code to the command button for the following use.

I have a command button called "cmdDetails". when I press this button it should enter the following text in a textbox called "txtDetails". The property of this textbox is set to "Multiline".

The following is the text to be entered automatically in a single textbox (which has the multiline property set as TRUE) when the cmdDetails button is pressed:

Currency : Dollor
Conversion : Rs. 45
Invoice Amount : $ 100
Invoice Amount : Rs. 4500

Thanks in advance.