Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    IgorOV is offline Novice
    Windows 8 Access 2013
    Join Date
    Oct 2013
    Posts
    9
    I tested everything and it is working great


    Main ACCDB (MADE: ACCDE)
    - Forms
    ---- Using VBA code to access the DB file with the DATA TABLES

    - Reports
    ---- Using VBA code in the ON OPEN event to run a query and fill the empty tables with data from DB file
    ---- Using VBA code in the ON CLOSE event to empty the local tables

    - Empty Copy of Tables and one table which has the DB location, for example: //server/db/db.accdb

    DB Accdb file (Password protected)
    - TABLES with all the data and also username / password


    "ItsMe", you said something about creating executable file for my main file... you mean using another language, like VB Studio?

    Regards,

  2. #17
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    Quote Originally Posted by IgorOV View Post
    ......"ItsMe", you said something about creating executable file for my main file... you mean using another language, like VB Studio?
    When I mentioned executible, I was refering to an accde extension. I am not sure what, exactly, you are trying to accomplish or what you have tried so far.

    For me, creating an executible would be the final stage of securing the DB before distribution. This prevents individuals from accessing the VBA modules and from opening Reports or Forms in design or layout view. I don't know of any advantage to having a BE file as an accde extension.

    My approach to this may be different from yours. When I begin building an application, I am working towards developing an app that will function in a runtime environment. I use the techniques I described earlier. I create special menus and hide control interfaces. I hide things like the nav pane in cases the User has a full version of Access installed. After everything is tested in the RT environment, it is safe to compile your FE as an accde or ade for project files.

    You can store master copies of the FE that are still in accdb file format in a secure location on the server. I would do the same thing for the BE files. Store these files using Windows AD, if available.

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-20-2013, 08:25 PM
  2. Can't create 2007 format accdb!
    By tym in forum Programming
    Replies: 1
    Last Post: 12-08-2011, 02:47 AM
  3. Form with Tabs and multiple external queries
    By chris.williams in forum Forms
    Replies: 3
    Last Post: 11-16-2011, 06:20 PM
  4. external accdb won't unlock
    By taxidev in forum Programming
    Replies: 4
    Last Post: 06-07-2011, 11:53 AM
  5. Accdb file differences running xp or Win7
    By 123seven in forum Access
    Replies: 1
    Last Post: 04-24-2011, 10:45 AM

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