Hi,
I have a TextBox and a command button on a form.
I have some text in the textbox. I need to update this
text when i click on the command button.
For Example:
if my Textbox had(before): Access is a database.
if i put my cursor in between "Access" and "is" in the above
text and click the command button the text needs to be updates as given below.
my textbox should display(after):Access aaaa is a database.
how is this possible.
I hope i am clear.
Thanks in Advance.
ran
I have a TextBox and a command button on a form.
I have some text in the textbox. I need to update this
text when i click on the command button.
For Example:
if my Textbox had(before): Access is a database.
if i put my cursor in between "Access" and "is" in the above
text and click the command button the text needs to be updates as given below.
my textbox should display(after):Access aaaa is a database.
how is this possible.
I hope i am clear.
Thanks in Advance.
ran