Search results

  1. R

    listbox gets only applicable items from a combo box

    I am trying to setup a form that has basically two boxes. the first is a box that lists all available categories. The second box is empty to start. when the user selects a category in the first box, only the options applicable to that category are listed in the second box. Since more than...
  2. R

    Accde file won't run code, but form changes are there

    ok my issue is fixed!! What I had to do was to make a change to the form, in any fashion, compile the code, then create the accde file. Found an article online from 2005 explaining this and it also works with 2007 version. I had also tried to resolve by opening the original DB, compile the...
  3. R

    Accde file won't run code, but form changes are there

    compiled code, then split DB, then created accde. Ran accde file, same problem, no event procedures working.....:mad:
  4. R

    Accde file won't run code, but form changes are there

    I don't believe I saw anywhere where to compile the code before making the accde. How/where do I do that? chris
  5. R

    Accde file won't run code, but form changes are there

    I have a DB that I needed to modify. I went to the original, unsplit accdb file, made changes to forms, and created another accde file and published it. all files were kept in the original location. When I then open a form none of the VBS scripts run. I have event procedures setup for "on...
  6. R

    Remove option to open file as read only

    that worked perfectly!!!thanks a million!! chris
  7. R

    Remove option to open file as read only

    I'm new to the whole macro scene. Can you please elaborate on "You need to use the following code in the "open" event of the workbook" thank you so much; chris
  8. R

    Remove option to open file as read only

    I'm looking for a solution to remove the option for a user to open a file as read only when someone else already has the file open. Ideally, the file wouldn't open and the user would get an error message to try again later. Better yet would be to simply remove the open as read only and only...
Back
Top Bottom