Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BDPNupe

  1. BDPNupe

    Change the Format of MsGraph Data Table

    Is there a way to change the headers of a MSGraph Data Table from Vertical to Horizontal? I have long headers that keep cutting off.
  2. BDPNupe

    Programmatically create a PDF from Access 2002

    The code above does indeed work with Acrobat 6.0 and above! Thanks Eric. Now how do I close the Acrobat when it opens automatically?
  3. BDPNupe

    Programmatically create a PDF from Access 2002

    Okay I am going with the SendKeys method suggested in the second Post BUT it is not saving the file even though I am "sending" the enter keystrokes. HELP! The code is posted below. Private Sub Command25_Click() Dim tmpPrinter As Printer Set tmpPrinter = Application.Printer 'Default Printer...
  4. BDPNupe

    Programmatically create a PDF from Access 2002

    Thanks for the fast response. First of all let me thank you for your desire to help. I am running Access 2003 Service Pack 1 on Windows 2000 with Adobe Acrobat 5.0. I am getting two error messages 1) If I run the code as written I get: "Constants, fixed length Strings, arrays, user defined...
  5. BDPNupe

    Programmatically create a PDF from Access 2002

    I am getting an Error on the following declarations: Public Const HKEY_CLASSES_ROOT = &H80000000 Public Const HKEY_CURRENT_USER = &H80000001 Public Const HKEY_LOCAL_MACHINE = &H80000002 HELP!!!

Part and Inventory Search

Back
Top