Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    GinaWhipp's Avatar
    GinaWhipp is offline Competent Performer
    Windows 7 64bit Access 2013 32bit
    Join Date
    Jul 2011
    Location
    Ohio, USA
    Posts
    377

    Hmm, that seems strange, the code looks to bring them in. Perhaps you should explain what you mean by lost.

  2. #17
    GinaWhipp's Avatar
    GinaWhipp is offline Competent Performer
    Windows 7 64bit Access 2013 32bit
    Join Date
    Jul 2011
    Location
    Ohio, USA
    Posts
    377
    You need to go click *Go Advanced*

  3. #18
    anjali6 is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Oct 2018
    Posts
    11
    I managed to get .mde database from one of the user. I tried to export one form to a blank database (.accdb) database. When I tried to export the form, it gave me the error below:

    Click image for larger version. 

Name:	pic1.gif 
Views:	20 
Size:	11.3 KB 
ID:	35770

    I clicked Ok on this error and then moved ahead to open the VBA file so that i can look at the code. When I tried to do that, I got the below error:

    Click image for larger version. 

Name:	pic2.gif 
Views:	20 
Size:	21.8 KB 
ID:	35771

    I can attach my .mde database to this forum, but not sure how can I do that. I really need help to convert this database to .accdb and finally to 64 bit.

  4. #19
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,933
    I managed to get .mde database from one of the user.
    you cannot use mde, the code is compiled. you need a mdb. Your original post showed a mdb

    I was able to remove the replication, but after un-replicating the database, I lost all the forms, queries and Modules.
    the advice was to create a new db and import tables/forms etc - so your original should remain unchanged. What did you do?

  5. #20
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    MDE files have been compiled which means the code is not available for viewing as you have found out.
    It also means that none of the forms/reports/modules can be exported.
    That's the whole point of an MDE (and ACCDE) files. They are protected against being edited

    You need to go back to the earlier MDB file with replication and obtain the forms etc from there.
    You DID keep a backup copy didn't you....
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  6. #21
    anjali6 is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Oct 2018
    Posts
    11
    Hi Ajax,

    I un-replicated the database. After un replication, I was asked to save the database, After saving the database, I opened the .mdb file and saw only tables were un-replicated, I didn't see any forms, queries and modules. All the queries, modules and forms were not present in the un-replicated database. I used TSI Access 2000 Un-Replicator by Michael Kaplan to un-replicate the database.

    Please advise.

  7. #22
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,933
    You didn't follow the advice given so I cannot suggest anything other than contact Michael Kaplan - however your link states it is unsupported so not sure whether you will get any help. The last update to the whole site appears to be 14 years ago.

    The screenshots you provided were for a mde file, now you are saying mdb so I am now confused anyway about what you have actually done.

    Follow Colin's advice

  8. #23
    GinaWhipp's Avatar
    GinaWhipp is offline Competent Performer
    Windows 7 64bit Access 2013 32bit
    Join Date
    Jul 2011
    Location
    Ohio, USA
    Posts
    377
    I would suggest using the one posted earlier... https://extramiledata.com/remove-rep...cess-database/

    Make sure to follow the steps and use it on a COPY of the database.

  9. #24
    anjali6 is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Oct 2018
    Posts
    11
    Quote Originally Posted by GinaWhipp View Post
    I would suggest using the one posted earlier... https://extramiledata.com/remove-rep...cess-database/

    Make sure to follow the steps and use it on a COPY of the database.
    Sure, I will follow the steps and will let you know

  10. #25
    anjali6 is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Oct 2018
    Posts
    11
    I followed step by step instruction to un-replicate the database from the Extra Mile Data article. I created the new database and I created another database for the module. when i ran the function "unReplicate()", I got the below error:


    Click image for larger version. 

Name:	pic1.gif 
Views:	13 
Size:	7.9 KB 
ID:	35773

    I looked into the comment section of the same article and someone mentioned about this error, but I could not understand the solution. below is the screen shot of all the references that i choose:

    Click image for larger version. 

Name:	pic2.gif 
Views:	13 
Size:	23.0 KB 
ID:	35774

    Any help will be greatly appreciated.

  11. #26
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,933
    Not sure why you don't just create a new 2000 db (using access 2000), import the tables, queries, forms etc, then remove the replication fields. The amount of time you are spending trying to use 10+year old software intended to be used in much earlier versions of access than 2016. It is not as if you have more than 10 or 12 tables - shouldn't take more that 15 minutes to do.

    with regards the error that is showing two tables MSysNavPaneGroupCategories and MSysNavPaneGroups apparently combined into one name. They are tables that did not exist before access 2007

  12. #27
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Just to expand on the error 3012 message, that is telling you that a relationship of that name already exists for the two ACCDB MSysNavPane system tables so it can't be re-created. Have a look in the Relationships window

    Agree with Ajax about the best strategy to take in your endeavour. It shouldn't be that difficult to do.
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  13. #28
    GinaWhipp's Avatar
    GinaWhipp is offline Competent Performer
    Windows 7 64bit Access 2013 32bit
    Join Date
    Jul 2011
    Location
    Ohio, USA
    Posts
    377
    There was solution posted for that error.

    That said, the table does not exist in an .MDB file so I am unclear how you are getting an error that it already exists. Did you upgrade your .MDB?

  14. #29
    anjali6 is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Oct 2018
    Posts
    11
    Quote Originally Posted by Ajax View Post
    Not sure why you don't just create a new 2000 db (using access 2000), import the tables, queries, forms etc, then remove the replication fields. The amount of time you are spending trying to use 10+year old software intended to be used in much earlier versions of access than 2016. It is not as if you have more than 10 or 12 tables - shouldn't take more that 15 minutes to do.

    with regards the error that is showing two tables MSysNavPaneGroupCategories and MSysNavPaneGroups apparently combined into one name. They are tables that did not exist before access 2007
    I cannot import all the queries, Modules and forms. It is not letting me select all the forms and Modules. This is the first thing, I tried , before posting the question on this forum

  15. #30
    anjali6 is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Oct 2018
    Posts
    11
    Hi,

    I cannot import the forms and Modules. Below is the screen shot when i tried to import. each and every form is disabled.

    Click image for larger version. 

Name:	pic1.gif 
Views:	8 
Size:	18.8 KB 
ID:	35777
    I tried to look at the relationship table and could not find anything called MSSysNavpaneGroupCategories. Below is the screen shot of my database relationship:

    Click image for larger version. 

Name:	pic2.gif 
Views:	8 
Size:	30.0 KB 
ID:	35778

    I am not sure what am I doing wrong.

Page 2 of 3 FirstFirst 123 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 7
    Last Post: 06-01-2015, 04:04 PM
  2. Replies: 2
    Last Post: 02-11-2014, 09:41 AM
  3. Replies: 7
    Last Post: 05-13-2013, 11:37 AM
  4. Converting Access Backend from Access 2003 to SQL Question
    By seattlebrew in forum Database Design
    Replies: 0
    Last Post: 03-07-2013, 07:14 PM
  5. converting from Access 2003 to Access 2007
    By LawrenceLau in forum Access
    Replies: 6
    Last Post: 11-20-2008, 03:53 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