Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    The executible file will rely on RunTime. All of your VBA code will be compiled. Then, the app will only have the code that is available via RunTime. As long as you created your app to operate 100% in RunTime, there will not be an issue. Having said that, someone with a full version of office will still be able to access some objects like, tables for instance.



    You will still need to incorporate code to hide stuff.

  2. #17
    data808 is offline Noob
    Windows 7 32bit Access 2007
    Join Date
    Aug 2012
    Posts
    727
    How do you create an app to operate in runtime 100%? I know that in runtime accde the user will be able to access tables and queries. You mentioned full version of office. Does this mean that if someone that has home edition which does not come with Access, will they be able to run the database because its an executable? If so, that is pretty awesome?

  3. #18
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Most User interaction with your app will utilize Runtime, regardless. The exception is when you interact with things like the navigation pane. You can download Access 2007, 2010 and I believe 2013 RunTime for free. This free downloadable version of Access is for Runtime Only and is not the full version, where the full version that is purchased allows you to interact with the development interface. The development/design interface does not depend upon RunTime.

  4. #19
    data808 is offline Noob
    Windows 7 32bit Access 2007
    Join Date
    Aug 2012
    Posts
    727
    So anyway, this whole hiding the main Access Window is just not working out. The only problem I was having was with the reports. I have a filter that runs right before the report opens to give the filtered results and I couldn't get it to work properly so I have decided to just keep the main access window behind the forms and even though it does not look as nice, it will have to do. Thanks for the help guys.

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

Similar Threads

  1. Replies: 3
    Last Post: 10-23-2013, 08:11 AM
  2. Hiding the Ribbon in a dB Application
    By jtvcs in forum Access
    Replies: 0
    Last Post: 03-26-2011, 09:41 AM
  3. Hiding The Ribbon
    By rashidhussain in forum Forms
    Replies: 1
    Last Post: 03-01-2011, 03:36 AM
  4. Hiding ribbon
    By jgelpi16 in forum Access
    Replies: 3
    Last Post: 12-16-2010, 11:12 AM
  5. hiding forms
    By Halocarbon in forum Access
    Replies: 1
    Last Post: 12-09-2005, 09:51 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