I already found two ways to call an MSSQL stored procedure form MS Access:
1) Pass through query
Problem: Every client has to configure the DNS-source, I don't want that, too much administration work...
2) Write VBA code (e.g. using ADO object)
Problem: I don't want another connection.
I already linked the MS Access database with SSMA. Why can't I use this connection to call a stored procedure?
Hopefully there's an easy solution...Than ks in advance
Best regards,
D.R.
Edit: MS Access 2007
1) Pass through query
Problem: Every client has to configure the DNS-source, I don't want that, too much administration work...
2) Write VBA code (e.g. using ADO object)
Problem: I don't want another connection.
I already linked the MS Access database with SSMA. Why can't I use this connection to call a stored procedure?
Hopefully there's an easy solution...Than ks in advance
Best regards,
D.R.
Edit: MS Access 2007
Comment