Please need a help all description in database in Attach Files
Thanx 2All
Please need a help all description in database in Attach Files
Thanx 2All
I changed textbox Text4 to Plain Text format then it works.
Or
Me.Com2.ControlTipText = Replace(Replace(Me.Text4, "<DIV>", ""), "</DIV>", "")
This works because there weren't any other rich text codes, they would all have to be stripped from the string.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
thank...but what i mean that is possible to use rich text in ControlTipText ??
By my testing, would appear not.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Maybe this link will help: http://www.lebans.com/tooltip.htm
I tried Lebans example project.
In Access2010 the code fails 'Object variable or With block variable not set'
I never used custom classes so don't know how to fix this.
It runs great in Access2007 but the Memo fields and textboxes are all Plain Text format.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.