bostonfrog
Programmer
I have a book here on using VBA in Access and using the immediate window to run a sub or function. But let's say you were looking at the code module of a Form's Close or Open Event. How could you debug that in the immediate windows. Normally I'd type the function or sub's name preceded by a ? followed by [Enter] but what do I type in for events, such as Sub Form_Open() or Sub Form_Close() ?
-- Michel
-- Michel