[SOLVED] Save rich text box to acces database.
Hi everyone.
I have a form (screendump attatched)aws part of my project where the user can type text into a number of rich text boxes.
I need this text to save to a microsoft access database when the save burron is clicked, but i have absolutley no idea of how to go about doing this.
I have already connected to the database and can display data from the database, but i cant figure out how to write to it.
I have had a look at the following FAQ page but i cant make heads or tails of it:http://www.vbforums.com/showthread.php?t=469872
I have also atatched the code i am using for my form, it was to big to paste here.
All help is greatly appreciated.
Many thanks.
Re: [SOLVED] Save rich text box to acces database.
I used the code on the FAQ page, edited a bit and it eventually worked.