O
Olu Solaru
I have a command button(cmd_submit) on form. This command button basically
adds selected fields from the form to another table. This part works fine.
Want I want to know is - Can I also add another procedure within the same
code(cmd_submitclick()) that will open a Reports form for example.? I can
figure out how to open the forms reports, I just want to know how to
implement the procedure within the same code(cmd_submitclick()).
adds selected fields from the form to another table. This part works fine.
Want I want to know is - Can I also add another procedure within the same
code(cmd_submitclick()) that will open a Reports form for example.? I can
figure out how to open the forms reports, I just want to know how to
implement the procedure within the same code(cmd_submitclick()).