Results 1 to 2 of 2

Thread: Automate access and make it invisible

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    33

    Automate access and make it invisible

    Hello all,

    I'm automating an access database process, but I would like for it to happen in the background if possible.

    Currently, I have an AutoExec macro in Access 2003 that calls VBA code to run the process. Access is started as a Scheduled Task in Windows XP SP2. This is set to run in mid morning. Everything works spendidly, but when it starts, Access pops up on my screen, taking the focus and runs its process, then shuts down. Is there a way to start Access in a hidden state with the task scheduler or through a command line? Or would I be able to put in some VBA code to start the app invisibly?

    Thanks,
    Ranthalion

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950

    Re: Automate access and make it invisible

    You might be able to hide it once it starts, but I don't know if you could stop it from displaying at least briefly. Presumably your code/macro is in Access, & won't run until Access itself starts, so any code to hide it would come after it starts.
    There may be a way to hide it before it starts, but that would be outside Access itself, in whatever starts the program.
    Maybe something like this would help?
    Tengo mas preguntas que contestas

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width