How to save text with text format like font size , type .. in vb6 with data1 in mdb

midosoft

Registered User.
Local time
Tomorrow, 01:30
Joined
Mar 23, 2013
Messages
12
How to save text with text format like font size , type .. in vb6 with data1 in mdb database

is there way to know how? do that in vb6 with mdb access 97 database

Thanks alot

please help me:confused:
I have a big project
 
I don't have 2003 or earlier any more but you need a table with a field of datatype memo, and in the properties for the fields set the text format to rich text - if it is not availaible in 2003 you'll need to upgrade to 2007/10

Note that rich text changed after 2003 from RTF to HTML so you might get problems with the different formats

When viewing data in a form or report you will also need to make sure the control property is also set to rich text
 
can you give me a project as sample pls
cuz I need to know how to do that as memo with access 97 mdb database
 
I have created in 2010 and saved as 2000 (can't save as 97) - hopefully you will be able to open it
 

Attachments

Users who are viewing this thread

Back
Top Bottom