> On Sep 10, 2014, at 1:56 PM, Maxine Nietz <[email protected]> wrote: > > What I want to know is where do I find info on creating a graphical user > interface such as menus, forms and reports. What additional programs are > required to do this?
SQLite doesn't have anything related to a GUI; it's purely a database engine. I'm sure there must be a Visual BASIC binding/library/plugin that lets you use SQLite. Since you already use VB, that seems like a good thing to use. Then you can build the GUI in VB as you're used to. —Jens _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

