Search results for query: *

  1. I

    Updating Cells in a datagrid

    Hi there, I hope someone can help. In my app I have a datagrid called tblExpenditureDataGridView. In there I have numerous columns but what I want to do is that whenever a cell/row is changed two of the cells/columns (net and vat) should be added together and the result put in Gross. The way...
  2. I

    Running access queries in background

    I'm writing a front end application for an access database. In the database I have update, append and delete queries that update various tables in the database. I was wondering if there was a way to run these queries from within a VB.net application. I've tried dragging the query onto a form...
Back
Top