Results 1 to 2 of 2
  1. #1
    itm is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    69

    Question Quick question on hoqw queries work in MS Access

    Hi,
    My company is concerned that if I even query data on a SQL Server through linktables that I can be changing the data in some way on the SQL Server. Now I amnot talking about ADD, update, or delete queries; I know these would change thedata naturally.
    I am wondering how queries work when I create a query that queries a table thatis linked to SQL Server through MS Access that is using a linked table. Myunderstanding is that because Access is a file based system, it is bringing thetable data down to be viewed in Access and that is it. AM I right in myunderstanding here?



    Also if I am right, does it make a difference if we are talking about a passthrough query or doing this through DAO, ADO in VBA code. Thant is if I am writing SQL to just view data can I do an harm to the data in some way here?
    Thank you


  2. #2
    R_Badger is offline Knows a few tricks
    Windows XP Access 2003
    Join Date
    Feb 2012
    Location
    Suffolk, UK
    Posts
    262
    Using a select query should not change the data, unless you actually manually change it yourself (I haven't worked with SQL server myself but the principal of operation should be the same)

    Since this is so easy to do whilst having an open query with Access (knocking a key etc), generally people who are worried about it (myself included) build a form to view the data and lock all the controls on the form, thereby preventing any editing taking place.

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

Similar Threads

  1. Quick Question
    By chivo123 in forum Access
    Replies: 6
    Last Post: 01-24-2012, 09:52 AM
  2. Quick Question!
    By kp123 in forum Access
    Replies: 1
    Last Post: 12-12-2011, 02:21 PM
  3. Quick SQL Query question.
    By Suoipoc in forum Access
    Replies: 4
    Last Post: 09-06-2011, 09:10 PM
  4. Quick question for all of those who use Access
    By claytonkeirns in forum Access
    Replies: 1
    Last Post: 09-06-2011, 04:04 PM
  5. Quick Question
    By Imgsolutions in forum Access
    Replies: 3
    Last Post: 07-19-2010, 11:22 AM

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