Recent content by eicarril

  1. E

    Save Current Record in a Report to PDF

    Hello Everyone, I have a form where I would like to click on a button and have it save a report but only of the current record. I would like to have it save under a name similar to a key being used in the database. This is what I currently have. Private Sub CmdSendtoFile_Click() Dim...
  2. E

    Setting report to print one record only

    Hello Bob, Not sure if you are still looking at this thread. But if you are I would like to see if you can help me with one more problem I am having. I am trying to save the current record on a report to PDF. Is there a way to automate this process. I currently have this code but am trying...
  3. E

    Setting report to print one record only

    You have to be kidding me:mad:. I have been working on this all day. Thanks so much for the help on this. I had a feeling it had something to do with 2007. Again Thanks so much for your help. Eddi Carrillo
  4. E

    Setting report to print one record only

    I have made all the changes that you recommended. I made a mistake when I typed in LoadNumber I removed all spaces to make sure no errors were made. I created a button with the wizard and it still shoots out multiple pages. When I create a button without the wizard and select event procedure...
  5. E

    Setting report to print one record only

    Hey Guys, I was hoping someone could tell me what I am doing wrong. I copied the code from the previous post. I click on the button and it does nothing. Form name: DataEntry Report: RateConfirmation Key: Load Number Private Sub cmdPrint_Click() DoCmd.OpenReport "RateConfirmation"...
Back
Top Bottom