Hi,
Helped by some genius programmers here on the forum I have used a UNION query to create a report that is ready to be exported to excel.
The problem now is that I have a column "descriptio n" that uses a rich text data type so the information is stored in MYSQL with <div> tags etc..
As I set this field to "memo" in the access table, the output is fine when represented in forms or even in queries, but now with the UNION query, all the divs are shown. Thus making it impossible to simply export it to excel.
Questions:
1. Can I define the data type in the Union query?
2. OR, if this is not possible, how could I change the format when exporting to excel?
Many thanks for all the help you could give me,
siech
Helped by some genius programmers here on the forum I have used a UNION query to create a report that is ready to be exported to excel.
The problem now is that I have a column "descriptio n" that uses a rich text data type so the information is stored in MYSQL with <div> tags etc..
As I set this field to "memo" in the access table, the output is fine when represented in forms or even in queries, but now with the UNION query, all the divs are shown. Thus making it impossible to simply export it to excel.
Questions:
1. Can I define the data type in the Union query?
2. OR, if this is not possible, how could I change the format when exporting to excel?
Many thanks for all the help you could give me,
siech
Comment