Smithbr Posted June 26, 2003 Posted June 26, 2003 I have just finsihed creating an access database that analyzes sales data and finds commissions and whatnot. I am trying to now use VB.Net to finish the second part of the project. What I want to do is have the user type in the invoice number into a textbox and click a command button, this will return the line detail from the invoice as well as the broker, invoice total, customer, etc. Each invoive have a different number of line items so I am not sure if or how to set it up so that it would display the records in labels and textboxes. I not sure how to display multiple records in VB, let alone a varying amount of records. I have only used VB adodc in VB 6.0 and to display one record at a time. Is there any way that I can do this. Any way that I can display the results of the query in the form. I am pretty new to VB.Net so any suggestions on where to start would be greatly appreciated. Quote
*Experts* jfackler Posted June 27, 2003 *Experts* Posted June 27, 2003 Here's a place to start. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Dndotnet/html/Usingadonet.asp And then a resource for doing what you are interested in doing per your post. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbwlkWalkthroughUsingDataGridWebControlToReadWriteData.asp Jon Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.