[sqlite] GUI INfo

2014-09-09 Thread Maxine Nietz
I am an experienced Access VBA programmer. I know about the SQLite commands to create and manipulate data in tables and queries. 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?

Re: [sqlite] GUI INfo

2014-09-09 Thread Warren Young
On 9/10/2014 14:56, Maxine Nietz wrote: I am an experienced Access VBA programmer. I know about the SQLite commands to create and manipulate data in tables and queries. What I want to know is where do I find info on creating a graphical user interface such as menus, forms and reports. What add

Re: [sqlite] GUI INfo

2014-09-09 Thread Teg
Hello Maxine, It's totally unrelated to Sqlite though. Pick a programming language that works with Sqlite and make a GUI with this programming language. C Wednesday, September 10, 2014, 4:56:39 PM, you wrote: MN> I am an experienced Access VBA programmer. I know about the SQLite commands MN>

Re: [sqlite] GUI INfo

2014-09-09 Thread Ned Fleming
On Wed, 10 Sep 2014 13:56:39 -0700, "Maxine Nietz" wrote: >I am an experienced Access VBA programmer. I know about the SQLite commands >to create and manipulate data in tables and queries. You might want to use Visual Basic, a superset of VBA. http://www.visualstudio.com/en-us/products/visual

Re: [sqlite] GUI INfo

2014-09-09 Thread justin
On 2014-09-10 20:56, Maxine Nietz wrote: I am an experienced Access VBA programmer. I know about the SQLite commands to create and manipulate data in tables and queries. What I want to know is where do I find info on creating a graphical user interface such as menus, forms and reports. What ad

Re: [sqlite] GUI INfo

2014-09-09 Thread Jens Alfke
> On Sep 10, 2014, at 1:56 PM, Maxine Nietz 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

Re: [sqlite] GUI INfo

2014-09-09 Thread jose isaias cabrera
"Warren Young" wrote... On 9/10/2014 14:56, Maxine Nietz wrote: I am an experienced Access VBA programmer. I know about the SQLite commands to create and manipulate data in tables and queries. What I want to know is where do I find info on creating a graphical user interface such as menus,

Re: [sqlite] GUI INfo

2014-09-09 Thread FarSight Data Systems
Max, I'm rurrently creating an application with sqlite using python and wxpython for the gui. It's a great combo and working out nicely. Mark On Tuesday, September 09, 2014 05:06:53 PM Teg wrote: > Hello Maxine, > > It's totally unrelated to Sqlite though. > > Pick a programming language th

Re: [sqlite] GUI INfo

2014-09-09 Thread Noel Frankinet
C++ or Python / Qt/PySide On 10 September 2014 02:05, jose isaias cabrera wrote: > "Warren Young" wrote... > > On 9/10/2014 14:56, Maxine Nietz wrote: >> >>> I am an experienced Access VBA programmer. I know about the SQLite >>> commands >>> to create and manipulate data in tables and queries.

Re: [sqlite] GUI INfo

2014-09-10 Thread Jim Callahan
>From a MS Access point of view, think of SQLite as your backend, similar to a desktop version of MS SQL Server. What language you use really depends on what you are trying to do. If all you want is forms and reports, you don't have to give up MS Access, just use an ODBC driver for SQLite (Google