Results 1 to 10 of 10
  1. #1
    lrfowler is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Feb 2011
    Posts
    31

    I tried splitting an mde file.......


    So, I tried splitting an mde file...I got it split....but then I lost the user-friendly form style interface with buttons, etc...Not sure how to explain it....
    I created the 'filename_be.mdb'..and a 'filename.mde'...but the 'filename.mde' lost all of its user-friendly formatting with the buttons, etc...
    any ideas?
    please see pic of proper invoice...

    thanks
    Last edited by lrfowler; 02-10-2011 at 11:50 AM.

  2. #2
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    Did you split the mde file or the mdb file? You want to split the mdb file and THEN create an mde file from the frontend mdb file that is created when splitting (the backend should remain an mdb file.)

  3. #3
    lrfowler is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Feb 2011
    Posts
    31

    so i get an error run-time 53...file not found..

    I split the .mdb and I can access the Access form OK...but when I go to exit ..it asks me if I want to backup the database...so I say yes...then I get the error....I go to debug ...and now it doesn't let me debug....

    the first time I got the error..it opened the debug screen.
    If I press 'end' it ends ...but I don't know if it was backed up....does it need to back up?

    please help..thanks...

  4. #4
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    Did you debug/compile the frontend code? Do you have any kind of backup routine coding run on exit?

  5. #5
    lrfowler is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Feb 2011
    Posts
    31

    I don't think there is a backup routine....

    I don't think there is a backup routine....
    It asks me if I want to do a backup...but I don't really see a backup file anywhere....
    Should the .mde file be the same as the .mdb file? same date and time?
    Because I don't see a .mdb file...

  6. #6
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    You should have an mdb (backend) and an mdb (frontend). You make coding changes in the mdb frontend and the debug/compile and then create an mde file from that (under Tools -> make mde file).

    If you need to make any design changes, you make them in the mdb frontend and then re-create the mde file. You cannot edit forms/code in an mde file.

  7. #7
    lrfowler is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Feb 2011
    Posts
    31

    So...does the .mdb get changed at all after the .mde is created.....

    So...does the .mdb get changed at all after the .mde is created.....?
    what I mean to say is ..when the .mde file is saved...is the .mdb file affected?
    and if not ....where is the backup Access is asking me if I want to create when I save the .mde?

    Is there a backup file?
    Last edited by lrfowler; 04-22-2011 at 11:54 AM.

  8. #8
    lrfowler is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Feb 2011
    Posts
    31

    does the .mdb contain the same data (invoice info) as the .mde?

    does the .mdb contain the same data (invoice info) as the .mde?
    I found an .mdb...but it does not contain the same invoice info (up-to-date-invoices) as the .mde.

    Would it be possible to have an .mde file without an .mdb file?

    thanks!

  9. #9
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    You should really stick to one issue in one thread: https://www.accessforums.net/access/...ers-12950.html

  10. #10
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    If you 'lost' the mdb after creating an mde file, something went wrong in the process. Look for a db1.mdb file which MSAccess uses as a temporary when creating the mde. (but you'd be best going with a backup of the mdb if you have one.)

    When you create an mde (which you should do), you'll then have both an mdb and mde file in the same folder. The mde will be slightly smaller depending on the code/other factors.

    I will make my code changes in the mdb and then just create an mde file which I then copy to the network drive for the users.

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

Similar Threads

  1. splitting databases
    By combine21 in forum Access
    Replies: 3
    Last Post: 12-02-2010, 11:27 AM
  2. What is after Splitting!!
    By watzmann in forum Access
    Replies: 3
    Last Post: 09-07-2010, 07:31 PM
  3. Splitting Data
    By thesaguy in forum Access
    Replies: 4
    Last Post: 08-19-2010, 02:43 PM
  4. Splitting an Excel File into Multiple Access Tables on Import
    By TheWolfster in forum Import/Export Data
    Replies: 4
    Last Post: 04-29-2010, 04:52 AM
  5. Database Splitting
    By Matthieu in forum Access
    Replies: 8
    Last Post: 02-08-2010, 03:37 PM

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