Search results

  1. S

    File Open Query

    I've managed to get this bit of poor coding to work: SendKeys "%f", True SendKeys "{down}", True SendKeys "o" SendKeys "T:\dir\mydb" SendKeys "{enter}" The reason I say poor, is because I know sendkeys is not the ideal way of doing anything, but it in this case does do what I need. Does...
  2. S

    File Open Query

    That's absolutley perfect, many thanks. Small follow up, is it possible to get it to open in the taget window, rather than opening up another window?
  3. S

    Cross-Tab Query

    Worked a treat Thankx very much
  4. S

    File Open Query

    I've need to be able to open up another db while in the current db. Atm I have to start the db, then goto file open, goto the t: and then select the correct .mdb file, as I have no control over the db, this is the solution we were provided. Now what I would like to do is ammend the main menu...
  5. S

    Cross-Tab Query

    I've recently been having a few problems with getting a cross tab query to work. I'm currently using MS Access 2000. I've created a query that I know want to use for the basis of my cross-tab. I'm only after having it produce a tab of Part Type by Month using a count of all Clients. When I...
Back
Top Bottom