I have the task to set up an application at work,using MS Access as a front end to a MySQL database. This will be done using an appropriate ODBC driver, and linking the MySQL database to Access.
My question is whether it is possible to set something up so that when linking to the MySQL database, the user name which is used for the MySQL connection is taken as the user's Windows ID. If so, then I can set up users and access grants in MySQL that are individual to the user.
Is this possible?
Or does anyone have a suggestion for another way to do something like this? The point is that there may be individual table access rights for different employees, and the only way I know how to implement this is to do it via the user name that is used in the ODBC linking from Access, where MySQL will have the correct grant access permissions set up for each user. But how to get Access to either automatically use the user's Windows ID (or cause a window with a blank field for this to appear) when doing the link to MySQL?
Thanks for any help!