Search results

  1. M

    Corrupt form

    I have an access97 database and it seems that only one of the forms is somehow corrupted. When i click on the form design button i get error "Unrecognized database format". When i try "Repair database" i get error stating i do not have read permissions and aborts. Unfortunately, it seems that...
  2. M

    Print Current Form

    I want to have a button on a form so that the form using only the current record is printed out. Can someone please help me. Thanks.
  3. M

    List files on subdirectories

    I have to process a number of files held in subdirectories and need some help with the coding so that each file name is returned. For example i have dir c:\mydir\ which holds subdirectories of files1, files2 etc each containing several .txt files. I don't want the dir names, just the names of...
  4. M

    Intermittent problem with sendobject

    Using access97, I use the code below to send emails with an attachment which has worked now for several weeks. DoCmd.SendObject acReport, stDocName, acFormatRTF, stTo, , , stTitle, "Please e-mail acknowledgement of this order. Thank you." Now, i am intermittently getting error "Could not open...
  5. M

    Merge to Word Automation

    Thank you for youe prompt reply. I have had some success but am having trouble with memo fields as only 128 chars seem to be displayed. Any tips on where to look. Many Thanks.
  6. M

    Merge to Word Automation

    I am using access97 and desperatly need an example of code which will perform a merge with a word 97 template and save the document automtically, without showing the user that other applications are loading up in the background. Have being trying for many days without success so would really...
Back
Top Bottom