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 Rhinorhino 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 Moostang

  1. Moostang

    VB in Access , Need code to confirm overwrite message box....

    Awsome, that works great! Thanks for the help and quick reply!
  2. Moostang

    VB in Access , Need code to confirm overwrite message box....

    I am exporting a form to an htm file but it keeps prompting me "Do you want to replace the existing file?" . I need to automate this by auto selecting yes. Public Sub Export() DoCmd.OutputTo acOutputForm, "Node Summery: Today Subform (By Time)", acFormatHTML...
  3. Moostang

    Exporting to Excel

    I have a query in Access that pulls information from a remote database. I then put that data into a local table and export that table to excel. I have a workbook that has a spreadsheet setup to get it's information from the information exported table. I want to be able to export the data from...
  4. Moostang

    Exporting to Excel

    p.s. I'm exporting From ACCESS 2000. Sorry about leaving that key info out.
  5. Moostang

    Exporting to Excel

    I'm trying to export a table to excel, that part works fine, but is there a variable or anything else that I can add to the code or macro to export it to a specific sheet within an exsisting excel workbook?

Part and Inventory Search

Back
Top