Search results

  1. CadMonkey

    Allow Only One Record Entry on Form

    No good really- what about page down and page up keys? I just wandered if there was an overall way to allow only one record entry, it seems there should be?? Thanks
  2. CadMonkey

    Allow Only One Record Entry on Form

    Hi, This post has been asked but never resolved so I'm trying again?? In order to ensure that only one record can be added on a form, I am wanting to diasble moving onto another new record. I've tried setting the cycle property and have deleted the navigation buttons etc. But using the wheel...
  3. CadMonkey

    Double Escape Key VB equivalent

    That code did the trick, perfectly. I just had to make sure I add an exit sub there after the if statment. Many thanks Mile-o-Phile!
  4. CadMonkey

    Double Escape Key VB equivalent

    People of this most excellent form, I have been racking my brains and seraching high and low to try and figure this one.... All I'm trying to do is cancel the creation of a new record on a form when it is detected that a text box has a null value. The bit I'm stuck on is getting the record to...
  5. CadMonkey

    Startup Menu code

    Thnkyou although I am having some problems creating a menu using macros- I've tried following the help files, but I always end up with wierd results?
  6. CadMonkey

    Startup Menu code

    I think I may have phrased the question wrong then? I'm just after a way of loading up a menu when a database starts then unloading it when it finishes so that this menu doesn't take up permanent residence in the Access Application itself. Can anyone help me load a menu in VB? I'm having...
  7. CadMonkey

    Startup Menu code

    Hi all! I'm wandering if anyone could provide a solution to this problem?? I'm trying to use VBA to create a menu so when you start up an .mdb database it loads a global, custom menu. The custom menu only has three items on it each of which will refer to a function in a module. I've tried all...
Back
Top Bottom