Question Access executable front-end format

nemPyong

Registered User.
Local time
Yesterday, 18:15
Joined
Jul 5, 2013
Messages
18
I'm confused how to represent it in words, so I just wrote what's in my thoughts :confused:

So, now I have:
Back-end [BE] with only table, and
Front-end [FE] with linked-table and forms

Now I had to make it into something that
1) executable even without access
2) only the form view seen
3) form's design view cannot be seen
4) linked table cannot be seen
5) can be given password

what step should I do to make it? :confused:
Or does anyone knows article or tutorial about that? :)
 
1. Access cannot be turned into an executable. You can distribute it as a Runtime and even have the Users download the Runtime (or depending on your version) use the Package & Solutions wizard.
http://msdn.microsoft.com/en-us/library/office/aa140960(v=office.10).aspx
http://www.hitechcoach.com/index.php?option=com_content&view=article&id=62

2. Since the form exists within Access this is a little harder than you think BUT again version depends on how (and if)

3. When you distribute as a Runtime no Ribbon so not much to worry about but you should also disable the Shortcut Menu just in case.

4. Again, when you distribute as a Runtime remove the Navigation Pane

5. Depeneing on version, depennds on how. These might help...
http://www.access-diva.com/f10.html
http://www.access-diva.com/f7.html
 

Users who are viewing this thread

Back
Top Bottom