S
Sash
From a form, I reference a module that allows the user to select files,
renames them, kicks of a batch file that runs Monarch to strip data and load
back into database. This works great, but real basic question....
How do I take the user from the Module, back to the code in my form. I need
to do this because once the aforementioned is complete, I need to run the
data through a program that generates a text file to be loaded into another
system.
So I'd be going from Form -> Module -> Form. Oh and I created the module
because I have 5 clients who I need to process the files in this manner and
the program to accomplish the above is too big to copy over and over...plus
that would be a nightmare to maintain.
Hope this makes sense. Thank you for any input. This Newsgroup is the best
group of knowledgeable people and have save me many many time.
renames them, kicks of a batch file that runs Monarch to strip data and load
back into database. This works great, but real basic question....
How do I take the user from the Module, back to the code in my form. I need
to do this because once the aforementioned is complete, I need to run the
data through a program that generates a text file to be loaded into another
system.
So I'd be going from Form -> Module -> Form. Oh and I created the module
because I have 5 clients who I need to process the files in this manner and
the program to accomplish the above is too big to copy over and over...plus
that would be a nightmare to maintain.
Hope this makes sense. Thank you for any input. This Newsgroup is the best
group of knowledgeable people and have save me many many time.