Search results

  1. N

    Edit recent files of Access

    Hi, Is it possible to edit the recent files of a access database? We have a main database (version control database) from where you can open a database which is located on a network drive. By selecting the datbase you need from a dropdown menu, access will check which version you have...
  2. N

    Automatic Copy to clipboard from internet control

    Hi, I have a database which handles urgent shipments. Based on the status of the shipment a standard answer is generated in HTML. I have used HTML as this enables me to use table formatting instead of using tab's in a textcontrol window. The HTML page is shown in a webbrowser control...
  3. N

    export to existing excell sheet

    Hi, I pulled below code from the internet to export an access sql output (recordset) to specified existing excel sheet. If you run the code once, it works. However a second time it will not work. When I then 'physically' open the excell file, save and close it, it seems that the code works...
  4. N

    Object required after transfering code from form to module

    I've created some code to connect sent a XML request and receive it back again. For testing purposes I created it under Private sub command button. When I got it working, I created a function of the code a copied it into a module. However now I'm getting an Object Required error on line (I can...
Back
Top Bottom