B
Bob Segrest
I have written an Access application to manage an inventory. I have split
the data into a separate file and would like to retrieve and store it in
another location at each time my application is run.
Is there a way to execute code in Access before the data file is locked?
Is there a way to execute code in Access after the data file is released?
An alternate method would be to create a VB application, have it manipulate
the data file and then launch Access. This is fairly easy using a GetObject
call. But I would need for the VB application to wait for Access to finish
and then do a few more things. I'm not sure how to do this... Any ideas?
Any pointers would be greatly appreciated.
Bob Segrest
the data into a separate file and would like to retrieve and store it in
another location at each time my application is run.
Is there a way to execute code in Access before the data file is locked?
Is there a way to execute code in Access after the data file is released?
An alternate method would be to create a VB application, have it manipulate
the data file and then launch Access. This is fairly easy using a GetObject
call. But I would need for the VB application to wait for Access to finish
and then do a few more things. I'm not sure how to do this... Any ideas?
Any pointers would be greatly appreciated.
Bob Segrest