Using a Ms access Table in VB and changing Records
hi guys this is quite big im just learning so dont mind if you do it in parts but basically i dont know how to get a Table into VB then view the the data and change it from in the form though comboboxes so for example i have combo box what ever the text is in this and it matches record if the field of the player so when playerfield "NAME " and combo "NAME are the same then add 1 to the score of the scorefield, any ideas anythings i stuck cheers,
Ty
Re: Using a Ms access Table in VB and changing Records
There are tutorials in the database forum for both using ADO and ADO.Net that will walk you though what you want to do.
Re: Using a Ms access Table in VB and changing Records
Re: Using a Ms access Table in VB and changing Records
As a rule of thumb for the future, it is not sufficient to say that "I am using VB"
We would need to know what version.
VB6?
VB.NET - if VB.NET, what version - 2003? 2005? 2008?
Re: Using a Ms access Table in VB and changing Records
Yea thanks il do that next time cheers guys