Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    Mack13 is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Sep 2024
    Posts
    12

    Convert 2007 adp to access 365 accdb

    I have on old access adp project (2007 I believe). I need to convert to Office 365 access accdb format. The old project had linked tables to a sql db. I don't need those linked tables as I will be importing them from the sql db into access tables. How do I convert the project? Or how can I copy forms, reports...etc to the new accdb?

  2. #2
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,822
    Hi
    First Import all tables into a New Database.
    Then Import all the Objects from the Old Access Project into the same New database

  3. #3
    Mack13 is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Sep 2024
    Posts
    12
    I had already imported the tables. I'm having trouble importing other objects. If I import a query, it imports as a table with the query results. Copy from old db and paste to new db doesn't work on forms, reports, and queries.

  4. #4
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,822
    Hi
    You should Import all objects at the same time.

  5. #5
    madpiet is offline Expert
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    566
    Quote Originally Posted by Mack13 View Post
    I had already imported the tables. I'm having trouble importing other objects. If I import a query, it imports as a table with the query results. Copy from old db and paste to new db doesn't work on forms, reports, and queries.
    The problem you're likely going to have is with the Stored Procedures and Views in SQL Server. There are some features of stored procedures etc that are not directly comparable to Access queries, so you may need someone who can interpret what the SQL Server views and stored procedures do/return and rewrite those as Access queries. Might not be that bad since ADPs are old and SQL Server at that time wasn't nearly as complicated as it is now. but it still won't be super easy, I don't think.

    Maybe that's why Access is importing some things as tables. There's not always an easy way to rewrite T-SQL as Access SQL.

  6. #6
    Mack13 is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Sep 2024
    Posts
    12
    I should be able to copy the sql statement from the queries and create new ones in the new db. But I'd love to be able to get the forms and reports from the old db into the new db.

  7. #7
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,822
    Hi

    When you go through the Import process your 1st step is to select the Query Tab and then the option to Select All

    Next click on the Forms Tab and then the option to Select All

    Do this for Reports, Macros and Modules

    Then lastly click on the OK Button

  8. #8
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,941
    Copy from old db and paste to new db doesn't work
    as Mike is suggesting use the import routine - see the external data tab on the ribbon

  9. #9
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,425
    And the reason for putting all the tables in the same db as the reports/forms/queries is?? So that you can split it later?
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  10. #10
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,822
    Hi Micron
    Yes

  11. #11
    Minty is offline VIP
    Windows 10 Office 365
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,158
    It's not a trivial task moving an ADP into access or even converting the front end to use a "normal" SQL Server backend, as everything is achieved through specific stored procedures and views.

    We moved a large ADP application for a government agency to a conventional access front end SQL back end and it has taken well over a year of work on and off.
    DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
    Please use the star below the post to say thanks if we have helped !
    ↓↓ It's down here ↓↓

  12. #12
    Mack13 is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Sep 2024
    Posts
    12
    If I try to import from the old access database, it tells me that the version of the db I'm trying to connect to is too old. When I try to import and connect to my sql database, the only tab I get on the import is tables which also has the queries results.

  13. #13
    Mack13 is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Sep 2024
    Posts
    12
    We are doing away with SQL. Why wouldn't I put it all in one access db? It's a 1-person db operation and not a lot of data.

  14. #14
    Mack13 is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Sep 2024
    Posts
    12
    BINGO! Plus, we are getting rid of sql. This is a small application as for the amount of data we keep.

  15. #15
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,941
    Why wouldn't I put it all in one access db? It's a 1-person db operation and not a lot of data.
    Google and find out all the problems you could get. Ok for a noddy/temp db, but for one that forms part of your business process, not a good idea. If data changes regularly, do plenty of backups

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 08-11-2022, 10:34 AM
  2. Replies: 3
    Last Post: 12-26-2018, 02:06 PM
  3. Replies: 10
    Last Post: 11-01-2013, 01:20 PM
  4. Replies: 5
    Last Post: 11-06-2012, 05:05 AM
  5. Replies: 2
    Last Post: 11-03-2012, 01:58 PM

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