![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Report to Excel format
Is it possible to send this report to excel format?
Case "MonthlyPaid" savRepName = "rptGenericReport" savFileName = "Montly Paid.rtf" Me.Form.Visible = False DoCmd.OpenReport savRepName, acViewPreview, , , , Me.OpenArgs acFormatrtf, savFileName, True -- Thanks in advance for any help with this......Bob WindowsXP..MS Access 2007 |
|
|||
|
Re: Report to Excel format
On Sat, 30 Aug 2008 13:23:46 +1200, "Bob Vance" <rjvance@ihug.co.nz>
wrote: To export data to Excel use DoCmd.TransferSpreadsheet -Tom. Microsoft Access MVP >Is it possible to send this report to excel format? >Case "MonthlyPaid" > > savRepName = "rptGenericReport" > savFileName = "Montly Paid.rtf" > Me.Form.Visible = False > DoCmd.OpenReport savRepName, acViewPreview, , , , Me.OpenArgs > acFormatrtf, savFileName, True |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|