Results 1 to 5 of 5
  1. #1
    templeowls is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Feb 2019
    Posts
    296

    Relationships with SQL backend / Access frontend

    Quick question...if use SQL server as a backend for my tables and then MS Access as a front end, where should I build out the tables' relationships? SQL Server or Access?



    Thanks

  2. #2
    kd2017 is offline Well, I tried at least.
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    1,111
    Do it in SQL server. access wont be able to enforce referential integrity.

    For convenience purposes you can rebuild them in access as well. It'll be helpful if you're building queries in access' query designer so access will know how to the link the tables up. Other than that it doesn't matter if you do it in access.

  3. #3
    madpiet is offline Advanced Beginner
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    30
    Quote Originally Posted by templeowls View Post
    Quick question...if use SQL server as a backend for my tables and then MS Access as a front end, where should I build out the tables' relationships? SQL Server or Access?

    Thanks
    I'd do it in SQL Server. Then it will *always* be enforced, no matter how you access the data. (Not even sure you can enforce it in Access)

  4. #4
    madpiet is offline Advanced Beginner
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    30
    Quote Originally Posted by madpiet View Post
    I'd do it in SQL Server. Then it will *always* be enforced, no matter how you access the data. (Not even sure you can enforce it in Access)
    ( I would also create my queries / stored procedures etc in SQL Server too... T-SQL has so many more options than Access, it's just not even funny)

  5. #5
    NoellaG's Avatar
    NoellaG is offline Expert
    Windows 10 Access 2016
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    968
    For performance reasons there is not really a choice: SQL server.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Access DB Backend / Excel Frontend
    By Entellex in forum Database Design
    Replies: 5
    Last Post: 11-08-2017, 10:51 AM
  2. Replies: 1
    Last Post: 08-01-2013, 09:11 AM
  3. Replies: 2
    Last Post: 05-21-2013, 02:25 PM
  4. Access Switching to frontend and backend
    By caliskier in forum Access
    Replies: 4
    Last Post: 11-19-2012, 11:58 AM
  5. Passwording frontend / backend Access 2010
    By erkwong in forum Security
    Replies: 0
    Last Post: 01-30-2012, 01:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums