I have an interface that the user uses to select data. They print an Access report based on form variables.
The problem is that I can't really get all the formatting that they want in Access, so I'm looking at doing a Word Merge - launching Word from my Access interface. I've seen documentation on how to do this, but my report is based on a huge query - about eight tables - and it seems so cumbersome to write the SQL to do it this way - the SQL statement would be too long.
Can anyone suggest a way to do this efficiently?
Thanks.
The problem is that I can't really get all the formatting that they want in Access, so I'm looking at doing a Word Merge - launching Word from my Access interface. I've seen documentation on how to do this, but my report is based on a huge query - about eight tables - and it seems so cumbersome to write the SQL to do it this way - the SQL statement would be too long.
Can anyone suggest a way to do this efficiently?
Thanks.