Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,574
    Doesn't hurt to split, even for a noddy DB.


    I have my Diabetes DB split for that very reason. Only me and a little data, but the data stays apart from forms and code.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  2. #17
    madpiet is offline Expert
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    566
    The fun part is going to be rewriting all the stored procedures and views. Especially with the wonky way Access uses VBA where T-SQL lets you define variables and do looping etc natively. That's gonna be the hard part.

  3. #18
    Mack13 is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Sep 2024
    Posts
    12
    So, you keep the tables in a separate access db and all other objects in a separate access db?

  4. #19
    Mack13 is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Sep 2024
    Posts
    12
    So, you keep the tables in a separate access db and all other objects in a separate access db?

  5. #20
    Mack13 is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Sep 2024
    Posts
    12
    I'm trying to get forms and reports over to the new db without having to recreate them. Then I'll worry about stored procedures and such.

  6. #21
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,941
    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.
    Later versions will open any version back to 2000. ADP ceased with 2003 although later versions would support it to preserve backwards compatibility. So I suspect your 2007 guess in post #1 is wrong and I suspect you have a .mdb, not .accdb and it was created in a version earlier than 2000 and never updated.

    If that is the case, you will need to update it to 2000 or later before you can then import to 365

  7. #22
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,574
    I have 2007 which will convert earlier (at least 2003 mdb) to accdb.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  8. #23
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,823
    I have Office 2003 if you want me to convert from mdb

  9. #24
    Mack13 is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Sep 2024
    Posts
    12
    My db is an adp.

  10. #25
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,941
    but the forms/reports/modules are still access and that's the bit you want.

    Have you tried converting the .adp to a .mdb or .accdb? See if this link helps

    https://www.accessrepairnrecovery.co...-or-mdb-format

    in particular:


    Steps To Convert ADP File To MDB :
    • Firstly you need to Open your Microsoft Access.
    • After then tap to the “File” option menu bar and click to “Open,” option.
    • Now hit the ADP file that you need to convert to MDB format.
    • Then click to the “File,” option and then click “Share”. After then hit the “Save Database As” option.

  11. #26
    Mack13 is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Sep 2024
    Posts
    12
    Thanks, I'll take a look at that.

  12. #27
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,823
    Hi Everyone.

    The Op has sent me a copy of the database and I have Imported all Objects into a New Database for him

  13. #28
    Mack13 is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Sep 2024
    Posts
    12
    Thank you all for your help and suggestions.

Page 2 of 2 FirstFirst 12
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