15 pts.
 How to make Access 2007 database GUI
i need help..
i have created a small database, now my problem is i would like to build it in a more software-like interface, no more tools or any options of some sort from ms access to display but only the navigation form which i designed
is there any developer tools required? 
thank you in advance
-curiousnoob


Software/Hardware used:
ASKED: February 17, 2011  8:12 AM
UPDATED: February 18, 2011  3:21 PM

Answer Wiki:
Depending of what you need, using Forms will be enought for a simple data management. Take a look at this <a href="http://databases.about.com/od/tutorials/ss/access2007forms.htm">quick tutorial</a> If you need more complex management think about Visual Basic.
Last Wiki Answer Submitted:  February 17, 2011  3:08 pm  by  Mariodlg   2,790 pts.
All Answer Wiki Contributors:  Mariodlg   2,790 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

is it possible to link visual basic interface to access database or only sql???

 15 pts.

 

Before going full blown VB, try using VBA, which is standard with MS Office. You can do pretty much anything in Access using VBA, and it should suit you if you are keen to learn programming.

 765 pts.

 

is it possible to link visual basic interface to access database or only sql???

Yes, it is possible, but, as previously stated, you might not need to do it.

 63,535 pts.