P
phleduc
I am building an application that grabs data from one application (webbased)
with multiple linked tables,
mixes the data, and pushes them to update another Access based application.
The application was built to be form driven so we can see "what is going on"
but using functions.
Now there is a request to automate the process, meaning we need to run the
functionality automatically on a regular basis,
but without even opening the access database.
How would you handle this best? I have never even done anything similar,? I
was thinking about using windows scheduler,
building an exe file in classic VB that would use access as an automation
server calling the functions in there from outside?
Does this make sense? Just need to know at this point where to start doing
my reasearch?
How would the code look to call a VBA function in Access from VB.
Philip
with multiple linked tables,
mixes the data, and pushes them to update another Access based application.
The application was built to be form driven so we can see "what is going on"
but using functions.
Now there is a request to automate the process, meaning we need to run the
functionality automatically on a regular basis,
but without even opening the access database.
How would you handle this best? I have never even done anything similar,? I
was thinking about using windows scheduler,
building an exe file in classic VB that would use access as an automation
server calling the functions in there from outside?
Does this make sense? Just need to know at this point where to start doing
my reasearch?
How would the code look to call a VBA function in Access from VB.
Philip