Results 1 to 2 of 2
  1. #1
    usertest is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2023
    Posts
    35

    Question SQL to Access table

    My business requirement is to copy the data from SQL to access tables and then use it to display the data on the forms.
    I cant link it to the table manager option as its disabled.

    And I have to do it everytime the form is opened.


    Since there is no LAST_UPDTAED_BY column in the SQL table, I always have to delete the access table and reload all the data again as there is no way I know which records are updated for either incremental refresh or Update query

    Is the do while option the only option availble?

    Do While r.EOF = False


    r1.AddNew
    r1.Update
    r.MoveNext


    Loop

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 1
    Last Post: 12-22-2020, 08:17 AM
  2. Replies: 2
    Last Post: 08-31-2017, 12:19 PM
  3. Export Data from Access 2003 Table to SQL Server 2012 Table.
    By Robeen in forum Import/Export Data
    Replies: 3
    Last Post: 02-26-2016, 02:07 PM
  4. Replies: 13
    Last Post: 05-15-2013, 09:52 AM
  5. Replies: 2
    Last Post: 10-27-2009, 07:09 AM

Tags for this Thread

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