Jack, I'm assuming that you are replying to my reply. Both previous posts
have disappeared fom my newserver. It's a good idea to include the text of
the post you are repying to (as I have done below), so the previous posts
are not reuired. Further answers below!
jack said:
Thank you for the reply! could you explain more?
1. is it possible that a third-party "rich text box" or RTF control can
work with the form in Access? Can I integrate it into the menu of
Access or the form?
Yes, a suitable 3rd party control could be placed on a form, just like any
other control. It would have its own set of events, methods & properties.
These might be the same as - similar to - or different from - the events,
methods & properties of a normal control. For example, just as a combo box
has different methods & properties to a textbox, a 3rd part "rich text" box
might have different methods & properties to a normal Access textbox. Th key
point is, the 3rd party control would support different colors for different
leters in the text, wheras an Acces textbox won't do that.
I've never used any suitable control, so I cn not recommend one to you. But
I'm sure that some judicious googling would fine one fairly easily. Perhaps
someone else can comment?
2. Besides to give the user the choice to manually change the color of
letters in the textbox, what I really like to do is to let the program
to change the color of certain letters specified by the user. for
example, to change the color of all letter 'C' into red. is it possible
to do it in Access? if not, how about I write an GUI and connect it to
Access?
A suitable 3rd part control would probably expose the methods & properties
that would let you code this. It is not a question of whether >Access< can
do it. It is a question of whether the 3rd part control exposes appropriate
methods & properties, to do it.
HTH,
TC