G
Guest
From Excel, I have some code that opens/exports an Access report to an rtf
file. From here, I create an instance of Word to view/print the file (this
allows me to free up the instance of Access and any locks to the file). As
we all know, rtf loses much of the formating. I can use the same code to
export to a snp file, but I can't figure out how to create an instance of
snapshot viewer to open the file. I have spent about 2 days trying
everything I could find, along with the utilities from Steven Lebans.
Although I can see the answer is probably within these utilities, these are
way way above my level of comprehension. Also, I'm not sure what using
snapview.ocx means (another suggestion I found) - my knowledge of VB is
limited to VBA.
I am ready to forget about the lines, but thought I would try one more time.
So my question is:
How can I open a Snapshot Viewer file from code?
Or,
How can I take an existing Access report and export it (with lines to be
opened in Word) using Steven's code?
thanks much
Dion
file. From here, I create an instance of Word to view/print the file (this
allows me to free up the instance of Access and any locks to the file). As
we all know, rtf loses much of the formating. I can use the same code to
export to a snp file, but I can't figure out how to create an instance of
snapshot viewer to open the file. I have spent about 2 days trying
everything I could find, along with the utilities from Steven Lebans.
Although I can see the answer is probably within these utilities, these are
way way above my level of comprehension. Also, I'm not sure what using
snapview.ocx means (another suggestion I found) - my knowledge of VB is
limited to VBA.
I am ready to forget about the lines, but thought I would try one more time.
So my question is:
How can I open a Snapshot Viewer file from code?
Or,
How can I take an existing Access report and export it (with lines to be
opened in Word) using Steven's code?
thanks much
Dion