Alright all,
I'm trying to make myself a little HTML editor
I'm using Access 97 I have a command button for BOLD ect
every thing is set up
The code i've got for my Bold button is-
Private Sub cmdbold_Click()
Dim strtxt As String
Dim strtxtlast As String
Dim strstart As String...
Hi Databaseguy
I'm using Access 97 I have a command button for BOLD ect
every thing is set up
The code i've got for my Bold button is-
Private Sub cmdbold_Click()
Dim strtxt As String
Dim strtxtlast As String
Dim strstart As String
txtinformation.SetFocus
strtxt = Nz(txtinformation)...
I've got my Form sorted all i want to do, is to be able to highlight txt in a txtbox hit my bold button and have the tag<B> inserted at the start of the selected txt and </B> @ the end.
Is this possible? if so, Please could someone show me the code how to do it.
thanx!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.