Hi All,
I am running an application in Microsoft Access and within that I need to create a new database. I have managed to do this, using the CreateDatabase method, but I also need to do the following. If anyone could help with this then I would appreciate it:
- I need to create a new Module in the remote database and import a .BAS file into it using the AddFromFile method.
- I need to create table links from a database on the server into the new database.
- I need to change some of the permissions in the new database so that some of the users have different read/write permissions.
Thanks in advance
Andrew
I am running an application in Microsoft Access and within that I need to create a new database. I have managed to do this, using the CreateDatabase method, but I also need to do the following. If anyone could help with this then I would appreciate it:
- I need to create a new Module in the remote database and import a .BAS file into it using the AddFromFile method.
- I need to create table links from a database on the server into the new database.
- I need to change some of the permissions in the new database so that some of the users have different read/write permissions.
Thanks in advance
Andrew