Forum: VB.NET Apr 29th, 2005 |
| Replies: 0 Views: 4,573 I am working on a login password. I want my front page to load and then the password form to appear. The user then types in userid and password - if correct the login form closes. I want the front... |
Forum: VB.NET Apr 27th, 2005 |
| Replies: 2 Views: 16,812 Here some more of the solution: This code follows the code above - It basically grabs the data from the the datagrid in the column I specified and sends back the total. I called it subtotal because I... |
Forum: VB.NET Apr 27th, 2005 |
| Replies: 2 Views: 16,812 Well I have solved part of this dilemma. I can bring in one record at a time into the datagrid.
Private Sub btnSKU_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles... |
Forum: VB.NET Apr 27th, 2005 |
| Replies: 2 Views: 16,812 I need a voice of experience. I am working on a project for school. My project is a small B&M store. I am coding in VB .net I have an Access database with 3 tables - Inventory, SoldInventory and... |