wallymeister
Registered User.
- Local time
- Yesterday, 21:53
- Joined
- May 10, 2011
- Messages
- 30
Calling Access Gurus
Hello again, Long time no see!
I have a table that has a memo field set to RTF that mirrors another field. When a report prints and a certain condition exists I programmatically hide/Unhide the TxtBox controls to Print the RTF when I want to. I have an edit form that when I change chosen records value After_Update fires and concatenates HTML String that formats Memo field accordingly. Works great in the form. But when I enter new data via Append Qry in table I can't find a way to enter it formatted with Rich Text. So I have to go into edit form and do each format manually, etc.
Can anyone suggest a way to accomplish this. I even thought I'd try opening the edit form hidden in background to simulate how I accomplish it in After_Upate of Forms subform (which is where the control is) but I'm getting reference errors that might be related to the form being hidden.
Any direction someone can point me in would be appreciated.
Thanks,
Wally
Hello again, Long time no see!
I have a table that has a memo field set to RTF that mirrors another field. When a report prints and a certain condition exists I programmatically hide/Unhide the TxtBox controls to Print the RTF when I want to. I have an edit form that when I change chosen records value After_Update fires and concatenates HTML String that formats Memo field accordingly. Works great in the form. But when I enter new data via Append Qry in table I can't find a way to enter it formatted with Rich Text. So I have to go into edit form and do each format manually, etc.
Can anyone suggest a way to accomplish this. I even thought I'd try opening the edit form hidden in background to simulate how I accomplish it in After_Upate of Forms subform (which is where the control is) but I'm getting reference errors that might be related to the form being hidden.
Any direction someone can point me in would be appreciated.
Thanks,
Wally
