Results 1 to 5 of 5
  1. #1
    OrangePie is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    4

    Making changes to front end.

    Hello,

    I am using an Access 2003 database with a Backend (BE) and a Front End.

    I'd like to make some changes with some of the forms in the FE. I am doing this by taking a backed-up version of the database (from 2010), and making the changes to the forms.

    I am wondering if since the backed-up version is almost a year old, will i loose any data if i make this old front end my .MDE?

    I know most of the tables are stored in the BE, but I'm not sure all of them are. (Some may be new tables that were made in the front end. I'm not sure).



    I understand this is a confusing question. Can anybody offer some advice?

    Thanks,
    --Jeff

  2. #2
    drexasaurus's Avatar
    drexasaurus is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2011
    Location
    Santa Ana, CA
    Posts
    60
    The front end usually has it's data separate from the back end. At times, there may be local tables for things like validation data (the proper possible entries for a field) or preferences, but a well-designed database keeps all the data that's liable to change in the back end.

    That being said, you can tell the back end tables (linked tables) from the front end. I use a different version of Access, but from memory, in your version it's the same. The tables on the front end are listed first, and the linked tables usually have an arrow or some other symbol to indicate the difference.

    You can change the forms without changing the tables--unless of course the forms make themselves make unwanted changes, but unless you are using difficult code you're pretty safe. Just make a back-up of both files first to be safe, and try to research what you are doing first unless this is purely educational.

  3. #3
    OrangePie is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    4
    Thanks drexasaurus,

    I successfully made the changes. Now, I'm looking to update the database for all the users to switch to.

    How would I go about distributing this new version?

    We have a "Version Number" table in the database. It's linked to the number in the header, as well as our "Start screen". Should i just update those numbers, then make a new MDE?

    I've done that once before, and i believe is said something along the lines of "Make sure all users are logged of the database. An update needs to be performed." Will that happen again?

    Thanks!

    --Jeff

  4. #4
    drexasaurus's Avatar
    drexasaurus is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2011
    Location
    Santa Ana, CA
    Posts
    60
    This sounds more like a scenario linked to your own database, not with access in general. If your database has a automatic deployment method, that was created by who ever designed the database in the first place so I can't tell you how to deploy that database. You would have to look at the code and figure that out.

    Otherwise, you would have to manually redistribute it.

    If you knew VBA and needed to design a distribution system, this is where I originally got help:
    http://www.databasejournal.com/featu...ess-Client.htm

  5. #5
    boblarson is offline --------
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    1,272
    Quote Originally Posted by OrangePie View Post
    Thanks drexasaurus,

    I successfully made the changes. Now, I'm looking to update the database for all the users to switch to.

    How would I go about distributing this new version?

    We have a "Version Number" table in the database. It's linked to the number in the header, as well as our "Start screen". Should i just update those numbers, then make a new MDE?

    I've done that once before, and i believe is said something along the lines of "Make sure all users are logged of the database. An update needs to be performed." Will that happen again?
    You can use my FREE frontend auto update enabling tool to turn your frontend into one which auto updates just by you changing the version numbers. Check it out (and read the documentation) here:
    http://www.btabdevelopment.com/ts/freetools

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

Similar Threads

  1. Where to save front-end
    By AndrewAfresh in forum Access
    Replies: 12
    Last Post: 07-05-2011, 11:27 AM
  2. Front end link to back end
    By Melo in forum Security
    Replies: 4
    Last Post: 01-21-2011, 09:25 PM
  3. Different passwords on front-end & back-end?
    By Delta223 in forum Access
    Replies: 3
    Last Post: 01-07-2011, 09:25 AM
  4. Front-End Ballooning
    By jgelpi16 in forum Access
    Replies: 4
    Last Post: 12-21-2010, 10:44 AM
  5. Front End vs. Shortcut
    By eww in forum Access
    Replies: 3
    Last Post: 11-12-2010, 03:02 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