Search results

  1. J

    Exporting code

    Hi, I am using the following piece of code to allow users to update their databases. Basically I have 5 users who all have their own databases in different locations. To save them from having to email the databse, me completing an update and then emailing it back I have written an "updating...
  2. J

    Exporting forms to update dbase

    I have written a couple of databases that are now being used by several different Offices all over the place. Is there a way I can export forms, reports etc so that I can carry out updates without having to have all of the databases emailed to me and amended seperatly ?
  3. J

    Right Click permanently diabled

    Hi, Somehow I have managed to permamently disable the right click on my version of Access. I have been trying out numerous amounts of code to amend toolbars for a custom application that I am building. But I though I had reversed them all. Luckily I have the code to enable the right click...
  4. J

    Compile Error in Access 97

    I am using the following code to hide all of the Toolbars and Menu Bar. For i = 1 To Application.CommandBars.Count Set objOnMenu = Application.CommandBars(i) objOnMenu.Enabled = False Next i This works fine in Access 2000 but when I convert it to be used in Access 97 the users are...
Back
Top Bottom