Search results

  1. M

    Upgrade file from mdb (2000) to accdb???

    Good information! Thanks to both of you. I'll do a 2003 mdb upgrade and leave it at that. As far as bloat goes, I do a compact and repair about every other day when my database has quadroupled in size. Rather obnoxious! My database was set up VERY poorly set up (like so many others I...
  2. M

    Upgrade file from mdb (2000) to accdb???

    I'm just about to do some major updating on my database. My current file is in a mdb 2000 format and I plan to update it to ACCDB. One of my biggest reasons for doing this is to keep our users from using the 2003 program. I also wanted to bring us up to a more current version for whatever the...
  3. M

    Auto Logout of my Database

    Beautiful! Thank you for the link. It had what I needed to make this run. I'm a super beginner at VBA and codes so, whew, this has been a project. Totally appreciate your help! I kept your fancy flashy warning form, but here's what I changed the switchboard code to: Option Explicit Dim...
  4. M

    Auto Logout of my Database

    Yes, I have used the below post. I have the frmSwitchboard set with an autoexec macro to run and hide on database launch. I have the path changed to my correct location. To test I shut the database down, changed my check file name, then tried to open the database. I got the warning stating...
  5. M

    Add an "All" option to a combo box

    Oh help! I'm trying to add the option of choosing "all" to my combo box. My row source is pulling the data correctly from my table and the form works wonderfully. But then when I try to add in my code to add an "All" function, it stops working. Any ideas? Here's the code I'm using. It came...
  6. M

    Auto Logout of my Database

    CBrighton, I've used this in my database for an auto kick out. I have the switchboard running in the background, and I can get the warning to come up. However, the countdown doesn't seem to be working. It never changes from 3, and it never actually shuts the database down. Is there something I...
Back
Top Bottom