Search results

  1. R

    Retrieving rows from multiple table to fill MS Access report.

    Hi, I am using VB.NET 2003 and MS Access XP for a desktop application. While developing the application we have a reached a situation where we want to print a report which retrieves records from four tables. Till here it is easy to think that it can be done by a simple SQL JOIN query, but...
  2. R

    Connecting MS Access Report with MySQL Database

    I have an Access Report and I want to connect it with MySQL Database. How can I do that?
  3. R

    Refreshing the AutoNumber Field.

    I had a table with an ID field defined as AutoNumber. It contained a large number of records. When I deleted those records, and added a new record, it was alloted an ID which was an increment of the last ID when the Table was full previously. I want that the AutoNumber ID be ReNumbered from...
Back
Top Bottom