Hi folks,
I've recently begun to move all my db tables to MySql and have created ODBC linked tables to access the data.
I have a number of tables however which contain confidential info such as passwords etc. As things stand, I can put an input mask on the table link in access but it's still possible for someone to view the data using the odbc connection.
I know I need to setup a connection to MYSQL from the form's vba script instead of using linked tables however I have no experience in doing this. I don't know it I should be using DAO or ADODB (not that I've used either before) so I was hoping that someone out there has gone through this already and may have some sample scripts that would help me get started.
Any help would be appreciated.
Thanks,
Dave
I've recently begun to move all my db tables to MySql and have created ODBC linked tables to access the data.
I have a number of tables however which contain confidential info such as passwords etc. As things stand, I can put an input mask on the table link in access but it's still possible for someone to view the data using the odbc connection.
I know I need to setup a connection to MYSQL from the form's vba script instead of using linked tables however I have no experience in doing this. I don't know it I should be using DAO or ADODB (not that I've used either before) so I was hoping that someone out there has gone through this already and may have some sample scripts that would help me get started.
Any help would be appreciated.
Thanks,
Dave