I've got ms access a few days ago, and its working fine,but now im stuck.
I've tryed to make a realmlist selector for wow,i made a connection to my MDB,but i cant figure it out.
When you click Set Realmlist it shall read from the selected item in the table.(Only 1 tab eg its both ID name and realmlist but i only want realmlist).
Anyone got an idea on how to do?
Microsoft Access in VB 2008 HelpNeed help with ms access
Page 1 of 1
5 Replies - 668 Views - Last Post: 01 October 2009 - 05:59 AM
Replies To: Microsoft Access in VB 2008 Help
#2
Re: Microsoft Access in VB 2008 Help
Posted 26 September 2009 - 10:38 PM
Have any code you can show us to see what you are even talking about? What is exactly the problem? Any error messages or just don't know how to do it? I bet you can guess from all the questions I am asking that you perhaps need to show more of what you are doing and trying to do to receive a great answer.
#3
Re: Microsoft Access in VB 2008 Help
Posted 27 September 2009 - 01:04 AM
I only got this:

I need a single line of code(if possible) so the selected realmlist converted to string:)

I need a single line of code(if possible) so the selected realmlist converted to string:)
#4
Re: Microsoft Access in VB 2008 Help
Posted 28 September 2009 - 12:46 PM
Nvm solved it
#5
Re: Microsoft Access in VB 2008 Help
Posted 28 September 2009 - 05:25 PM
Like to share your solution for the benefit of users who encounter this problem.
#6
Re: Microsoft Access in VB 2008 Help
Posted 01 October 2009 - 05:59 AM
Datagridview1.currentrow.cells(numberofcell).value.tostring
number of cell can be 0,1,2,3,4,5 and up..
dim str as string = Datagridview1.currentrow.cells(0).value.tostring
number of cell can be 0,1,2,3,4,5 and up..
dim str as string = Datagridview1.currentrow.cells(0).value.tostring
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|