I have a VB form with bound controls looking at data in an Access97 Database. However, when I copy any of the data to paste into Word I get garbage. If I do it straight from the Access database its OK. How can I resolve this??
Printable View
I have a VB form with bound controls looking at data in an Access97 Database. However, when I copy any of the data to paste into Word I get garbage. If I do it straight from the Access database its OK. How can I resolve this??
Are you doing the cut/copy from your VB Form using code, or are you using the CTRL-X shortcut?
Have just solved it by using a Rich Text box instead of a normal text box - thanks