Bit of a quandry

jeremie_ingram

Registered User.
Local time
Today, 15:01
Joined
Jan 30, 2003
Messages
437
Been awhile since I have been in the forums, but I was hoping to receive some enlightenment on a problem. I have a system that requires some simple data filtering/cleaning before it goes to processing. I have created 3 queries (the ones starting with ~) and need to have these fire in thier numbered order on the open event of the param form. Problem is that the original developer has his module load at that point so....

Should I alter the module to handle this, and if so....how???

Should I run it after the module and just refresh the form?

Note, that when this exceutes, all warning need to be set to OFF since this is automated overnight, and executed by macros.

Please let me know any thoughts you may have, all are appreciated.
 

Attachments

Cannot download anything due to my site's policy on such.

Thoughts:

A. Muck about in the module to do some DoCmd.OpenQuery (which executes action queries).

B. Muck about in the macro that is running this stuff to insert three lines to open the appropriate queries from there in the right order.
 

Users who are viewing this thread

Back
Top Bottom