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 bkrike 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 RTHarrison

  1. RTHarrison

    Export Access form to gif or jpeg

    replacing that code with the following: DoCmd.OutputTo acForm, "1415 25 Master form", "gif_(*.gif)", "c:\masterform.gif", False, "" gives a different MSAccess error: "The formats that enable you to output data as a microsoft excel, rich-text format, MS-DOS text,or HTML file are missing from...
  2. RTHarrison

    Export Access form to gif or jpeg

    I have tried using the code suggested in the Wizofbaud posting of thread 705-760455 I put this code behind a button on the form. Private Sub Command21_Click() On Error GoTo Err_Command21_Click Me.Form.Export "c:\form.gif", "GIF", False Exit_Command21_Click: Exit Sub...
  3. RTHarrison

    Export Access form to gif or jpeg

    Thank you, I've considered that option, but I need to to be an automated process that updates the picture every 5 minutes. Also "print screen" captures the headers as well. I want only the form as a gif or jpeg. Thank you for your help. Matt Sheffield
  4. RTHarrison

    Export Access form to gif or jpeg

    I have an access database linked through ODBC to a datacollection system that polls and updates with new information every five minutes. The data is then compiled to create a graphical representation of the data. I would like to export these graphical forms as Gifs or JPEGs that could be used...

Part and Inventory Search

Back
Top