• http://www.access-programmers.co.uk/forums/

    Over 1 million posts. There is a SQL Server forum for advanced Access programmers that have helped many make the transaction successfully. Many of us have been using SQL Server for over a decade.

    This site is wonderful as it helps us part-timers to do more on the SQL Server side.

    I have almost 2,000 post there. Plus there are many really excellent contributors beyond my skills.

    Many of us share tips on how to use SQL Server Migration Wizard for Access to make the transition.

    There are code samples for a coding solution for the ODBC SQL Server Native Client 11.0 as a DSN-Less connection.

    Also some great tips on the difference in Access and SQL query language.

    If the SQL used in Access totally avoids the Access functions, the ODBC is extremely efficient in the execution plan.

    For example: Making the View in SQL then using that view as a linked table to run Select queries against with filters will fully execute on the SQL side and return only the records requested.

    Access is a very fast prototype front-end that plays well with SQL Server.

    If good programming rules are followed, it is easy to connect 250 concurrent Access clients to a SQL Server back end.

    That is 'if' good programming rules are followed.

    My Access client is served on via Citrix on a national basis. Have been doing this in one way or another since 1997.

    Access plays with Citrix very well. The ICA client is very secure, very low bandwidth and plays on platforms besides Windows.

    While I prefer the paid version of SQL Server, other members at the site above use the Express version.

    Some use AZURE. For the cost there is something to be said about AZURE.

    Good luck to you. You are not alone. Many business applications that server under 100 end users are still done with Access.

    There are many great tools out there to connect to SQL Server. It is easy to find poor Access applications because it is as available as Microsoft Excel. In fact, I program Excel Object Model to connect to SQL Server for some specific requirements.

    To be successful in Access, it is worth learning how to do it correctly.

    One of the post before this asked for your objectives. That would be important to know.