M
moondaddy
I have an MS Access 2003 application and now I want to be able to start it
up from a vb.net app. Additionally, the vb.net application will be
validating the user, checking for updated versions of the Access app and if
there are new versions, will prompt the user to download a zipped copy of
the new version via a web service. What I'm not sure about is how to
actually startup an instance of the Access app and once its open, close the
..net app. And the really tricky part, is that I need to pass in a few
variables from the .net app once the access app is open and running. These
variables will be the computer name, name of person logged into the
computer, and name of the person logged into the application (via the .net
app). I know it sounds overly complicated, but we have our reasons. so in
summary, here's what I would like to know:
1) how to start ms access app from vb.net app
2) how to pass in a few variable from the .net app to the Access app
3) close the .net app and leave the Access app running (this part might be a
no-brainer, but I haven't tried it yet).
Thanks.
up from a vb.net app. Additionally, the vb.net application will be
validating the user, checking for updated versions of the Access app and if
there are new versions, will prompt the user to download a zipped copy of
the new version via a web service. What I'm not sure about is how to
actually startup an instance of the Access app and once its open, close the
..net app. And the really tricky part, is that I need to pass in a few
variables from the .net app once the access app is open and running. These
variables will be the computer name, name of person logged into the
computer, and name of the person logged into the application (via the .net
app). I know it sounds overly complicated, but we have our reasons. so in
summary, here's what I would like to know:
1) how to start ms access app from vb.net app
2) how to pass in a few variable from the .net app to the Access app
3) close the .net app and leave the Access app running (this part might be a
no-brainer, but I haven't tried it yet).
Thanks.