Search results

  1. R

    Error when opening Database

    already tried that...when it tries to import the modules it gives me an error to say that there are naming conflicts!!
  2. R

    Error when opening Database

    Yeah, i've checked that. It's NOT set to Read only. It's strange, i believe it might be something to do with the system tables being corrupt. Does anyone know how to fix this?
  3. R

    Error when opening Database

    Good afternoon, When I'm trying to open a back end database which was previously created is MS Access 97 it gives me the following error; Cannot update. Database or object is read-only. I have tried running the "Compact/Repair Function of MS Access 97 and MS Access 2003 to no avail. I have...
  4. R

    New Feature: faster way to reply

    yeah, works for me!
  5. R

    Kick users out of Access

    Not what I'm after I have already have a function like this on the database but it doesn't work when I need to KICK ALL Users out to repair the database if it corrupts. I've heard of a program called FMS Jet4Admin that allows you to kick the users out straight away remotely. It does something...
  6. R

    Kick users out of Access

    Has anyone got any ideas of programs that are avaliable to kick users of a database in Access remotely? Our Programmes team have a program which will do this and it doesn't involve any tables, etc within the database but they won't tell me whats it called or provide me with a copy of it...
  7. R

    Insert a table in the body in the E-mail

    Inserting table into Body of E-Mail I have used the following code to insert the body into a message.Public Function Auto_Escalation() DoCmd.SetWarnings False ' Make table with Escalation Accounts DoCmd.RunSQL ("SELECT tblHand_Off.DBReference, tblHand_Off.Customer_Reference...
  8. R

    Copy Db to C Drive & Run

    Cheers for that Snoko. I actually wanted help in writing the module. I can't find any feature in VB which will allow me to copy the database to the C: Drive. Any ideas?
  9. R

    Copy Db to C Drive & Run

    I need help. I have a database that around 60 users use at the same time. It is split into a Front End & Back End Database. What I would like to do is create some sort of app that would be on the users start menu, and when they run it, it would do the following: * Copy Database from Server to...
Top Bottom