Hi
I am about to embark on my first real VB6 project. I need to create an Asset Register for PC’s using ADO. I have created an SQL database with three tables (Users, PC’s and Software).
What I would like to do is have a tab strip so that when someone selects a user from a combo box, the record set lists those users’ details (i.e. user info, PC info on the next tab and software info on the tab after that).
Also, if ‘ADD’ is selected from my menu, I would like to be able for the users to enter information into each tab strip to add a new record and that be saved in the database. This kind of thing is easy in Access but I’m a bit lost with VB.
I have my connection to the database set up and I have created a data environment with three commands, each listing all of the three table information (i.e. command1 lists all users, command2 lists all PC info and command3 lists all software info).
Any help, articles, sample code or apps, etc on performing this would be fantastic.
Thanks
Nora
I am about to embark on my first real VB6 project. I need to create an Asset Register for PC’s using ADO. I have created an SQL database with three tables (Users, PC’s and Software).
What I would like to do is have a tab strip so that when someone selects a user from a combo box, the record set lists those users’ details (i.e. user info, PC info on the next tab and software info on the tab after that).
Also, if ‘ADD’ is selected from my menu, I would like to be able for the users to enter information into each tab strip to add a new record and that be saved in the database. This kind of thing is easy in Access but I’m a bit lost with VB.
I have my connection to the database set up and I have created a data environment with three commands, each listing all of the three table information (i.e. command1 lists all users, command2 lists all PC info and command3 lists all software info).
Any help, articles, sample code or apps, etc on performing this would be fantastic.
Thanks
Nora