Search results

  1. L

    Table of Contents

    Does anyone know how to create a report with a table of contents that includes page numbers and be able to save the report? I can create the report OK if the user wants to preview or print the report by running the report twice - first to get the page numbers and store them in a table and then...
  2. L

    Email a report in the body

    I have looked on the site here forever and can't find a way to email a report in the body of the email. I tried: Set myOlApp = New Outlook.Application Set myItem = myOlApp.CreateItem(olMailItem) DoCmd.OutputTo acOutputReport, "rptShortReport", acFormatRTF, strOutputFile If...
  3. L

    Report Filtering

    Help please. I have a report that is based on a query which selects all the records in the table. Sometimes, though, the user will want to select certain records from a listbox and then see the report. I have tried setting the report filter property to a public variable - strvar - which...
  4. L

    SpellChecker

    Does anyone know how to add a SpellChecker to a form which allows the user to enter text? Thanks Again!
  5. L

    open file with application

    Does anyone know how to open a text file with a specified application? The extension of the file that I want to open is not .txt and it won't be registered on the user's computer. I just want to call 'Notepad.exe' and then specify the file it is to open???? Thanks!
  6. L

    memo field/text box - Help!

    I am having a really big problem with the memo field. I have text that has approx 9000 characters. It is stored just fine in the table in a memo field, but when I try to display it in a text box, I get an error # 2179, UNLESS I only put in no more than about 2000 characters. I know it can be...
  7. L

    Validation

    Newbie here! I have just completed first draft of an app which I have tested on 4 machines in my office. I distribute it to a co-worker off site for testing and he gets this error message when trying to open and read a file which needs to read in a date as a text string and store it in a date...
  8. L

    references

    I have created a .dll to disable the mousewheel in 2000. I have to set a reference to that .dll, which is fine. Now - when I distribute the .mde file along with the .dll, that reference is no longer valid because I don't know where the user will store his database and .dll. I have tried...
  9. L

    Help File

    Does anyone know how to OPEN a help file in 2000? I created the .hlp file in the Help Workshop. I have all the topics and IDs set. There is an item in the custom menu bar called 'View Help File' and I'm trying to open the Help File using the WinHelp API function. The problem is that it opens...
Back
Top Bottom