J
Jim
I've been handed a Access 2000 app I need to modify under Access 2003. I've
been reading and poring over several access/VBA books but haven't found the
amswer to this simple question about program organization/code flow in VBA.
In FoxPro, I would call a procedure (PROC) and that would execute code from
top down. Within that .PRG file were functions I could create and call.
This code was typically at the bottom of the .PRG file - after the "main"
code flow.
I am trying to debug an Access module and have made note of function and
sub. Is the Access "function" equivalent to the heirarchal "main" code
flow (PROC) in VFP? Is the Function code called first - despite it's
physical position in the code file? In essence where in a module does Access
start executing code?
I request your indulgence on this question. I've been able to get my arms
around every other concept in learning access, but am afraid the conventions
of writing FP/VFP code have put blinders on me.
Thanks for your help!
been reading and poring over several access/VBA books but haven't found the
amswer to this simple question about program organization/code flow in VBA.
In FoxPro, I would call a procedure (PROC) and that would execute code from
top down. Within that .PRG file were functions I could create and call.
This code was typically at the bottom of the .PRG file - after the "main"
code flow.
I am trying to debug an Access module and have made note of function and
sub. Is the Access "function" equivalent to the heirarchal "main" code
flow (PROC) in VFP? Is the Function code called first - despite it's
physical position in the code file? In essence where in a module does Access
start executing code?
I request your indulgence on this question. I've been able to get my arms
around every other concept in learning access, but am afraid the conventions
of writing FP/VFP code have put blinders on me.
Thanks for your help!