Connecting Tech Pros Worldwide Forums | Help | Site Map

A07 RTF w/SQL Server

Neil
Guest
 
Posts: n/a
#1: May 6 '07
I was reading on the Microsoft web site that to use the Rich Text property
in Access 2007, that you needed to set the table field's TextFormat property
to RichText, in addition to setting the text box's property as well. Where
does that leave SQL Server users?

If one uses SQL Server as a back end, one cannot set the TextFormat property
(since it doesn't exist). Would setting the property (if it even exists) in
the ODBC link to the SQL Server table suffice to be able to use the property
with a SQL Server back end? Or is using the new RichText property with a SQL
Server back end out of the question?

Thanks!

Neil



Rick Brandt
Guest
 
Posts: n/a
#2: May 6 '07

re: A07 RTF w/SQL Server


Neil wrote:
Quote:
I was reading on the Microsoft web site that to use the Rich Text
property in Access 2007, that you needed to set the table field's
TextFormat property to RichText, in addition to setting the text
box's property as well. Where does that leave SQL Server users?
>
If one uses SQL Server as a back end, one cannot set the TextFormat
property (since it doesn't exist). Would setting the property (if it
even exists) in the ODBC link to the SQL Server table suffice to be
able to use the property with a SQL Server back end? Or is using the
new RichText property with a SQL Server back end out of the question?
>
Thanks!
>
Neil
It appears to work fine with a SQL Server text field. Setting the text format
property to Rich Text on the link does take even though you get the warning that
certain aspects of linked tables cannot be altered.

If you don't even bother to set the text format of the link field and just do it
in the form it gives you a warning, but still works.


--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com


Tom van Stiphout
Guest
 
Posts: n/a
#3: May 6 '07

re: A07 RTF w/SQL Server


On Sun, 06 May 2007 12:26:14 GMT, "Rick Brandt"
<rickbrandt2@hotmail.comwrote:

RTF is essentially standard text with some html-like meta-information.
It can be stored in a standard text field.

-Tom.


Quote:
>Neil wrote:
Quote:
>I was reading on the Microsoft web site that to use the Rich Text
>property in Access 2007, that you needed to set the table field's
>TextFormat property to RichText, in addition to setting the text
>box's property as well. Where does that leave SQL Server users?
>>
>If one uses SQL Server as a back end, one cannot set the TextFormat
>property (since it doesn't exist). Would setting the property (if it
>even exists) in the ODBC link to the SQL Server table suffice to be
>able to use the property with a SQL Server back end? Or is using the
>new RichText property with a SQL Server back end out of the question?
>>
>Thanks!
>>
>Neil
>
>It appears to work fine with a SQL Server text field. Setting the text format
>property to Rich Text on the link does take even though you get the warning that
>certain aspects of linked tables cannot be altered.
>
>If you don't even bother to set the text format of the link field and just do it
>in the form it gives you a warning, but still works.
Neil
Guest
 
Posts: n/a
#4: May 6 '07

re: A07 RTF w/SQL Server


Great! Thanks! Wondering something: does setting or not setting the RichText
property in the back end affect whether nor not you can access the plain
text in the field? The Microsoft Rich Textbox Control had a feature where
you could just see the plain text through a property of the text box. Is
that available with the RichText property, and does whether or not you set
the property in the back end affect that?

Thanks!

Neil


"Rick Brandt" <rickbrandt2@hotmail.comwrote in message
news:GPj%h.7121$2v1.660@newssvr14.news.prodigy.net ...
Quote:
Neil wrote:
Quote:
>I was reading on the Microsoft web site that to use the Rich Text
>property in Access 2007, that you needed to set the table field's
>TextFormat property to RichText, in addition to setting the text
>box's property as well. Where does that leave SQL Server users?
>>
>If one uses SQL Server as a back end, one cannot set the TextFormat
>property (since it doesn't exist). Would setting the property (if it
>even exists) in the ODBC link to the SQL Server table suffice to be
>able to use the property with a SQL Server back end? Or is using the
>new RichText property with a SQL Server back end out of the question?
>>
>Thanks!
>>
>Neil
>
It appears to work fine with a SQL Server text field. Setting the text
format property to Rich Text on the link does take even though you get the
warning that certain aspects of linked tables cannot be altered.
>
If you don't even bother to set the text format of the link field and just
do it in the form it gives you a warning, but still works.
>
>
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
>
>

Neil
Guest
 
Posts: n/a
#5: May 6 '07

re: A07 RTF w/SQL Server


Microsoft in their article about Rich Text talks about rich text getting
"out of sync" if you don't set the back end property. Maybe that just
happens if someone directly updates the back end or does so through a text
box that isn't set to Rich Text. That would make sense.

"Tom van Stiphout" <no.spam.tom7744@cox.netwrote in message
news:3u4s33tnr65hdqq4061bt11mgh2ao8hea6@4ax.com...
Quote:
On Sun, 06 May 2007 12:26:14 GMT, "Rick Brandt"
<rickbrandt2@hotmail.comwrote:
>
RTF is essentially standard text with some html-like meta-information.
It can be stored in a standard text field.
>
-Tom.
>
>
>
Quote:
>>Neil wrote:
Quote:
>>I was reading on the Microsoft web site that to use the Rich Text
>>property in Access 2007, that you needed to set the table field's
>>TextFormat property to RichText, in addition to setting the text
>>box's property as well. Where does that leave SQL Server users?
>>>
>>If one uses SQL Server as a back end, one cannot set the TextFormat
>>property (since it doesn't exist). Would setting the property (if it
>>even exists) in the ODBC link to the SQL Server table suffice to be
>>able to use the property with a SQL Server back end? Or is using the
>>new RichText property with a SQL Server back end out of the question?
>>>
>>Thanks!
>>>
>>Neil
>>
>>It appears to work fine with a SQL Server text field. Setting the text
>>format
>>property to Rich Text on the link does take even though you get the
>>warning that
>>certain aspects of linked tables cannot be altered.
>>
>>If you don't even bother to set the text format of the link field and just
>>do it
>>in the form it gives you a warning, but still works.
>

Closed Thread