|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Output to MODI ?
Hello,
I am trying to figure out how to out put a access report to a MODI file. I posted this in the Access VBA area but after 3 days no luck. Not sure if this area might work. I have a button on a form and want it to generate a .mdi file from a access report when you click on it. I dont want anything to pop up just output the report right to the file. I have tried using the code below and either get a corrupte .mdi file or and error saying cant file file. Not sure if this is even the correct direction below. Any help would be great !! Thanks The Report_Rpt_ACF is the access report. I read that the .create has to be a .mdi or .tiff file so I know thats the problem. Just cant find any info anywhere on how to open a report to use at the source for the output. Thanks again. Code:
Dim miDoc As MODI.Document Set miDoc = New MODI.Document miDoc.Create "Report_Rpt_ACF" miDoc.SaveAs "C:\document1.mdi", miFILE_FORMAT_MDI Set miDoc = Nothing |
|
#2
|
||||
|
||||
|
posting the same question again, be that in the same forum or other forum,
won't solve your problem plus it's against forum rules. please don't do that, you can bump your thread from time to time, but if you don't get reply it got nothing to do with luck, probably nobody know how to help. --thread closed. |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Output to MODI ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|