T
Tony Williams
I have a form that has three command buttons. On the OnClick of each button
there is a procedure that runs that checks the input, pops up messages if
are errors and then each procedure runs a query that is dependent on the
previous procedure and query having run before it. I want to merge the three
procedures so that the three separate actions appear seamless to the user by
clicking on only one button. Can I be sure that if I merge the procedures
into one that they will run in the correct order.
Thanks
Tony
there is a procedure that runs that checks the input, pops up messages if
are errors and then each procedure runs a query that is dependent on the
previous procedure and query having run before it. I want to merge the three
procedures so that the three separate actions appear seamless to the user by
clicking on only one button. Can I be sure that if I merge the procedures
into one that they will run in the correct order.
Thanks
Tony