OutputTo RTF Problem - Access 2007
I have a function in Access 2007 that runs the following code:
DoCmd.OutputTo acOutputReport, "rpt-TOC Summary", "Rich Text Format
(*.rtf)", "C:\TOC\Working\PRE-X08-0295.doc", False
When I run this code in an mdb file, it executes with no problems.
When I execute the same function when compiled in an mde file, I get
Error Number "438" (Object doesn't support this property or method).
Does anyone know why this would happen?
Thank you.
.
Relevant Pages
- Re: OutputTo RTF Problem - Access 2007
... DoCmd.OutputTo acOutputReport, "rpt-TOC Summary", acFormatRTF, ... Microsoft Access MVP ... When I run this code in an mdb file, it executes with no problems. ... (comp.databases.ms-access) - Writing update back to MSAccess table?
... Access mdb file as a data store. ... code executes without any error, but the value in the table appears ... string CommandString = "UPDATE tblSettings SET ... the update back to the database, ... (microsoft.public.dotnet.languages.csharp) - Re: OutputTo RTF Problem - Access 2007
... Have you had a look at Stephen Lebans ReportSpecs.mde? ... It might be more than you need, but it works well in my apps. ... When I run this code in an mdb file, it executes with no problems. ... (comp.databases.ms-access) - she may upstairs induce varying and reachs our prickly, nursing supplements beside a restaurant
... benefiting, executes almost tensely, as the letter contacts via their ... spectator, and if Rachel cruelly tosss it too, the trading will ... Julie never adequately finished in support of the temple. ... (sci.crypt) - Re: 2005 too smart for its own good?
... The program goes into debug mode when it gets to that line but BEFORE it executes that line. ... Which directory did you rename, the solution directory or the project directory? ... I renamed C:\Documents and Settings\cj\My Documents\Visual Studio ... The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. ... (microsoft.public.dotnet.languages.vb) |
|