Results 1 to 3 of 3
  1. #1
    MunroeM is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2015
    Posts
    55

    Checking for correct front end version help.

    Hello all.



    I have a database that is split front end(FE) and back end(BE). The BE is in a seperate location away from users eyes and the FE is distrubited via email to the required users.

    How can I ensure that when I make changes to the FE and send them the new version that they can only access the BE with the correct FE version.

    I was thinking of making a new table in the BE that would have the current version number in the table and the FE would also have a version number. Then with the FE i would use the on load function to do a check to ensure that the FE and BE version numbers match up. If they dont it would tell them to get the correct version and close access.

    thats my Idea i just cant seem to work out how to do it.

    P.S. I have seen the autoFEupdater website but that is not an option for me. as nice as it would be

    Thanks

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows 8 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    See this info from DevHut There is code in the Automatically Deploy a New Access Client in the Danny Lesandrini link.

  3. #3
    MunroeM is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2015
    Posts
    55
    Thanks alot Orange.

    I do like the Danny Lesandrini link but i was wondering if you could help me out with modifying it to fit my needs.

    here is the link so you can see the code he uses http://www.databasejournal.com/featu...ess-Client.htm

    The main problem im having is in the "preforming the update" section. mainly the StrDest portion. I'm assuming that when he designed it users would be putting copies of the ClientDB.mdb in the same drive. For me lets say users would be putting the clientDB.mdb copy in a different drive and not everyone will put it in the same location as the other users(ex. user 1 places it in G:\personalfolder, user 2 places it in C:\Desktop, User 3 places it in M Drive somewhere...) How can i make it so the StrDest actually selects where the clientDB.mdb is? the main problem for me is that the update.mdb is what this code is in and i dont know how to select where the user copied their client.mdb to...

    Its late and i'v been looking at this problem for several hours and this might all look like jibberish to anyone else but this is the best i can explain my situation.

    any help is wonderful

    thnaks

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

Similar Threads

  1. Replies: 6
    Last Post: 02-18-2016, 10:15 AM
  2. Replies: 5
    Last Post: 09-12-2014, 06:41 AM
  3. Automate Front End update when version doesn't match
    By brharrii in forum Programming
    Replies: 4
    Last Post: 12-13-2013, 09:30 AM
  4. Replies: 4
    Last Post: 05-30-2012, 07:00 AM
  5. Replies: 5
    Last Post: 01-18-2012, 12:46 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