• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

MySQL Database Help

NuNuNYC

Senior member
I was wondering how one pulls certain data from a table to display on a template (Microsoft Word document), such as a letter/memo. For example:

=======================

Dear xxxxxx,

We have your stuff.

From,

NuNuNYC

=======================

Where xxxxxx is a value from a table in a MYSQL database.
 
I think you'll need the MySQL ODBC driver installed on your system, setup the connection, and setup the apropriate sql query to get it. As for the exact details, I've never done it, so I don't know. sorry.
 
Back
Top