Results 1 to 3 of 3
  1. #1
    Hursan is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2021
    Posts
    23

    MS Access can't complete the output operations

    I have an MS Access database with an export button to export data from a report to excel, was working fine but out of no where i started to get an error message, first was my PC only but not is spreading to other PCs. we all have the same front end database version. not sure how to fix this. any help is appreciated.



    Click image for larger version. 

Name:	Capture3.PNG 
Views:	19 
Size:	7.2 KB 
ID:	47228Click image for larger version. 

Name:	Capture2.PNG 
Views:	19 
Size:	9.5 KB 
ID:	47229Click image for larger version. 

Name:	Capture.PNG 
Views:	19 
Size:	12.8 KB 
ID:	47230Enable GingerCannot connect to Ginger Check your internet connection
    or reload the browserDisable in this text fieldRephraseRephrase current sentenceEdit in Ginger×
    Last edited by Hursan; 02-04-2022 at 08:39 PM.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    where does it export? Try using your local PC ,c:\temp\ to see if this solves it.

    try TransferSpreadsheet,
    make a custom function to see if this works

    Code:
    function ExportXL()
    docmd.TransferSpreadsheet acExport ,acSpreadsheetTypeExcel3 ,"qsMyQuery","c:\temp\MyFile.xls",true
    end function
    


    then you can run it in the macro : RUNCODE ExportXL()

  3. #3
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,932
    I don't use macro's but shouldn't Output File be populated with a path and file name? Perhaps specified in Arguments, but still don't see a path

    Also what is this about?
    Enable GingerCannot connect to Ginger Check your internet connection
    or reload the browserDisable in this text fieldRephraseRephrase current sentenceEdit in Ginger

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 12-30-2013, 05:51 PM
  2. Replies: 1
    Last Post: 06-07-2011, 09:10 PM
  3. Replies: 3
    Last Post: 05-15-2011, 11:03 PM
  4. New to access, looking for steps to complete
    By iamyourdemize in forum Access
    Replies: 1
    Last Post: 05-21-2010, 02:19 PM
  5. Making Access complete the To: in outlook
    By tlampher in forum Access
    Replies: 1
    Last Post: 02-16-2010, 06:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums