Hi
I have written a sales database in Access which works really well. The main form has Company records displayed at the top using text fields and a sub form with contacts for the companies displayed. The option to add and delete, companies and contacts is there too.
I need to convert this to VB6 and SQL. I have produced the SQL database and normalized it. I’m going to use ADO to make connections and manipulate my data. The problem I’m having is that I’m after the best way to display and amend my data.
Should I use text fields mapped to database fields or should I use data grids? I’ve found the data grids that come with VB a little limiting. Are there any that resize to the largest field automatically or are there other ways to add and delete data maybe with a treeview control? Are there any specialist ActiveX grid controls out there that are better than the standard VB ones?
Any pointers as to the best way to have a front end to my SQL data would be fantastic.
Thanks
Nora
I have written a sales database in Access which works really well. The main form has Company records displayed at the top using text fields and a sub form with contacts for the companies displayed. The option to add and delete, companies and contacts is there too.
I need to convert this to VB6 and SQL. I have produced the SQL database and normalized it. I’m going to use ADO to make connections and manipulate my data. The problem I’m having is that I’m after the best way to display and amend my data.
Should I use text fields mapped to database fields or should I use data grids? I’ve found the data grids that come with VB a little limiting. Are there any that resize to the largest field automatically or are there other ways to add and delete data maybe with a treeview control? Are there any specialist ActiveX grid controls out there that are better than the standard VB ones?
Any pointers as to the best way to have a front end to my SQL data would be fantastic.
Thanks
Nora