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...
I'm new to VB.NET Express 2005 and things as simple as I'd use in Access such as: DoCmd.OpenForm "frm_Listings", acNormal, "", "", acAdd, acNormal
I can't figure out what to use in VB. Does anyone know where documentation resides that I can find to help through the transition? I can't even...
Actually I open the main form through the Project properties "Startup Form" Later, I will change that to the Auction Listings form, but for now I'm opening the template form that contains the menu that the other forms inherit. I'm simply doing that to make sure the template operates correctly...
Only from the menu. What I was testing is opening the main form, then clicking on the "Auction Listings menu button" which opens that form, then clicking on another menu button "Edit form" which opens that form(but doesn't close the Auction Listings form) then clicking on the "Auction Listings...
I commented the lines below and received “Form that is already visible cnnot be displayed as a modal dialog box. Set the form’s visible property to false before calling showDialog and it highlights the ShowDialog statement.
Private Sub toolstripAuctionListings_Click(ByVal sender As...
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.