Recent content by elguapo

  1. E

    Webbrowser control act as file explorer

    Hi all hopeflly a simple one this! I am using the ActiveX Webbrowser control which is unbound using the following code works fine and it displays the files exactly as I want dim wbo as webbrowser set wbo = me.webbrowserobjectname wbo.navigateto "c:\" all works fine (synatx above is...
  2. E

    Disable Shift Key

    sorry for the bounce but just wanted to pass on my thanks to ghudson for the code. It works brilliantly and ties in nicely with the admin function only I get access to. Seriously thank you so much for sharing this code.
  3. E

    Passing value from a closing form to another open form

    I think I have found what I needed to do, I have used an SQL update to update the field where certain conditions are met and it is getting closer. How do I get the sql update to be saved without prompting or when I close the form to say records have been changed by someone would I like to...
  4. E

    Passing value from a closing form to another open form

    Sorry some more background info There are actually 3 forms in reality form 1 = Risk form form 2 = exception subform form 3 = exception pop up form if a new exception is created Form 1 has a combo box which records the exception ID, if an exception already exists the form displays the...
  5. E

    Passing value from a closing form to another open form

    Hi all long time lurker now needing some help! Firstly I have to say thanks for all the help I've received but not asked for but now I find I need to ask a question and hope someone can help. I have created a database that uses a menu system and pop up forms and all is working nicely, now I...
Top Bottom