That's not what I am asking. When I run my application that I've built and coded in VB and I am using an Access table as the DataSource, I just want to be able to browse the table to see if I got the correct results Without bringing up Access and View the table. Isn't there a similar way to do...
How do you view the contents of the data that is in the datasource in VB express 2005? In my case it is an access table, and I just need to know where in the VB interface that you see the actual values without coding? I end up going into Access, this has got to be simple....Thanks!
I'm sorry, but I'm really new at VB. In Access this was really simple. My form's fields are bound to the data, so I was thinking that as long as I received the value of the ID in the ID field that is bound to the table, that it would bring up the form with that ID's values. Instead, the...
I've asked this before and got alot of good help, just nothing seems to get me past my problem.
I have a grid on a form, when someone clicks on a row, it should open a form with the contents of the record of that row. I have been able to pass the value of the grid ID with this:
Private Sub...
How do you view the contents of the data that is in the datasource in VB? In my case it is an access table, and I just need to know where in the VB interface that you see the actual values without coding? I end up going into Access, this has got to be simple....Thanks!
Thanks for all of your help. As far as the New Form, I am coding the following.
Private Sub toolstripListingForm_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles toolstripListingForm.Click
Dim fListingEditForm As New frmListingEditForm
fListingEditForm.Show()
End...
I can tell you have a good sense of humor - and I "do" need that right now! What I think confuses me most is that I'm not sure what words I need to change to fit my project's objects, such as form2? Does that need to be he name of my form such as My.Forms.frmAuctionListings?
And what would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.