T
Tom G
IF a person uses the logic of the Microsoft Access security FAQ and
distributes an application WITHOUT the developers MDW file, but simply uses
the default workgroup file, how does one modify the user's 'DATA' database?
Any changes to code would simply require re-distributing the MDE, but each
user has data in the back-end database already, so how do you make updates
without losing that data?
I've done 'data' database updates through code many times, but I've always
had the MDW at my disposal for creating a workspace, but what if that MDW
wasn't there?
I can see some possible solutions:
1) Travel to each client site with the MDW and make the modifications.
2) Have each client email or upload to a server their data file, update the
file, re-send to the client
3) Try to hide the MDW file with some innocuous name? Code the update
either in the front-end or a separate 'update' mde program.
ANY ideas or thoughts on this are greatly appreciated! Thanks in advance!
distributes an application WITHOUT the developers MDW file, but simply uses
the default workgroup file, how does one modify the user's 'DATA' database?
Any changes to code would simply require re-distributing the MDE, but each
user has data in the back-end database already, so how do you make updates
without losing that data?
I've done 'data' database updates through code many times, but I've always
had the MDW at my disposal for creating a workspace, but what if that MDW
wasn't there?
I can see some possible solutions:
1) Travel to each client site with the MDW and make the modifications.
2) Have each client email or upload to a server their data file, update the
file, re-send to the client
3) Try to hide the MDW file with some innocuous name? Code the update
either in the front-end or a separate 'update' mde program.
ANY ideas or thoughts on this are greatly appreciated! Thanks in advance!