Recent content by kathywebster

  1. K

    Popup form on timer

    Wow, that looks pretty exciting. I'm game to give it a try... Since we have different OS's here, will it work on Win XP and Win7, knowing that the msaccess.mdb is ultimately going to be distributed at our office as an Access 2002 mde file?
  2. K

    Popup form on timer

    I forgot to mention I am a novice at VBA...will this be something I will likely be able to accomplish, or will someone be able to hold my hand?
  3. K

    Popup form on timer

    I'm sorry if I'm doing this the wrong way. I posted this in FORMS, but got no reply: I have a form on a timer. It pops up if certain conditions are met. I'd like it to pop up regardless of what windows program I currently have open. I know I have to have msaccess at least open and minimized...
  4. K

    Pop Up To Take Focus when mdb is minimized

    ANY TAKERS? I have a popup form that pops up when a reminder is due. It works great if the active window is my mdb. But if I minimize and/or switch to another program, I won't see the popup form until I switch focus back to my mdb. Is there a way to make the screen switch back to the mdb and...
  5. K

    How to delete a table in another database

    an even SIMPLER way: CurrentDb.Execute "DELETE FROM SomeTable IN 'C:\SomePath\SomeDatabase.mdb' "
  6. K

    Delete records from table in ANOTHER database

    Brilliant! Thank you!
  7. K

    Delete records from table in ANOTHER database

    I am a novice at VBA. I would like to implement it to delete all records from a temp table in another database. In other words, I want to write code in Database_A to delete all records from t_temp in Database_B. Can you help? Thanks so much!
Back
Top Bottom