Hello
I’m being charged with the task of writing a VB 6 front end to a SQL database. The database is a simple contact management one. I have company records in one table and I have contact records in another related on a companyID field.
I have been on my ADO and VB courses and I’m a little disappointed with the data grids that come with VB. I’m after a simple looking screen which lists companies and related contacts. (Rather like ACT 2000.) Button and/or menu options would be to add, delete, etc companies and also on the same screen to add, delete, etc contacts. I don’t really want lots of forms.
Has anyone written any similar systems using treeview controls and listboxes or some other nice looking front end data tools? My boss is a perfectionist and if I try to hand in the controls used by the data form wizard (text boxes and a data grid) he’ll kick me all over! I have played about with displaying data in a treeview but I'm not familiar with all the coding and there is no VB help for these on my PC so data manipulation is proving tricky.
Thanks for any help
Nora
I’m being charged with the task of writing a VB 6 front end to a SQL database. The database is a simple contact management one. I have company records in one table and I have contact records in another related on a companyID field.
I have been on my ADO and VB courses and I’m a little disappointed with the data grids that come with VB. I’m after a simple looking screen which lists companies and related contacts. (Rather like ACT 2000.) Button and/or menu options would be to add, delete, etc companies and also on the same screen to add, delete, etc contacts. I don’t really want lots of forms.
Has anyone written any similar systems using treeview controls and listboxes or some other nice looking front end data tools? My boss is a perfectionist and if I try to hand in the controls used by the data form wizard (text boxes and a data grid) he’ll kick me all over! I have played about with displaying data in a treeview but I'm not familiar with all the coding and there is no VB help for these on my PC so data manipulation is proving tricky.
Thanks for any help
Nora