Is there a free program like Microsoft Access?

How can I create a program-like data system using Microsoft Office Access?

  • Using the form designer provided by MSO Access and coding with VBA, I want the interface of the program to be more program-like, instead of Access-document-like.

  • Answer:

    Some tips: 1) Using the Options (Access Options button on the Start button or Tools/Options before A2007) you can switch off the Ribbon/Menu. 2) Use your own buttons on a form instead of the Access record navigation (see form properties) 3) Make a .ico and use that to replace the Access icon in the window's top bar. (Check the F1 help for "ico" to get the directions) Nic;o)

Nico Altink at Quora Visit the source

Was this solution helpful to you?

Other answers

In VBA you can use the Application.setoption method to customize your DB instance and form. https://msdn.microsoft.com/en-us/library/office/ff195513.aspx

Joao Alves

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.