Well I am stumped. I have a access DB that I need to convert to using C# winforms. Everything was fine until I started working with the Memo fields. Everything is in HTML and the RichTextBox in C# wont accept the data.
How can I maintain the formatting in the access database and also edit and save back to access from c#?
Have been searching Google for the last 5 hours and not really coming up with much. How can I display the memo in C# formatted and then save it back?