Search results

  1. J

    One line subroutine does not run...

    Thanks !Blue I guess that Access is trying to find a macro because its not allowing the subroutine of the same name to run. Re instantiation, I have the form open when I try this, so is it not instantiated then? John
  2. J

    One line subroutine does not run...

    Thanks Mstef However, it does not matter which line I have the cursor in - I just get the macro edit box popping up when I try to Run. John
  3. J

    One line subroutine does not run...

    Hi all This must be really simple. I have Access 2003. I created a new database, with one form, with one text field. In the VBA editor for the form I have created a function in the form's module, which is public sub test1() msgbox "Hi" end sub I have compiled it. But if a select Run...
Back
Top Bottom