G
Guest
Is there a way to use debug that will allow me to trace the flow of a form
from beginning to end? I have a form that has a 'look-up box', a sub-form, a
button to print a report (which is an application form with the data from the
form that 'calls ' it), and I would like to trace the flow from procedure to
procedure or module to module or whatever its called. It seems that the debug
only allows me to follow the flow through a procedure/module, but won't jump
go to wherever it goes after the end sub is reached. Is there a way to follow
the complete flow of a form from form to form or form to report? The reason I
need to do this is that the application form that prints from the button on
the application entry screen, always contains the data from the 1st record.
The 'look-up box' finds the right record and displays the right data on the
application form screen, but whenever I click the 'print button' it always
has the first record data. I thought if I could follow the flow from the
beginning and watch the appropriate variable I might could figure out why and
fix it, but then again I might not...still learning the VB syntax. Thanks for
any help anyone can give me.
Randy M
from beginning to end? I have a form that has a 'look-up box', a sub-form, a
button to print a report (which is an application form with the data from the
form that 'calls ' it), and I would like to trace the flow from procedure to
procedure or module to module or whatever its called. It seems that the debug
only allows me to follow the flow through a procedure/module, but won't jump
go to wherever it goes after the end sub is reached. Is there a way to follow
the complete flow of a form from form to form or form to report? The reason I
need to do this is that the application form that prints from the button on
the application entry screen, always contains the data from the 1st record.
The 'look-up box' finds the right record and displays the right data on the
application form screen, but whenever I click the 'print button' it always
has the first record data. I thought if I could follow the flow from the
beginning and watch the appropriate variable I might could figure out why and
fix it, but then again I might not...still learning the VB syntax. Thanks for
any help anyone can give me.
Randy M