Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ctiwari
  • Content: Threads
  • Order by date
  1. ctiwari

    Importing, grouping and sorting data from a CSV file

    Hi I'm trying to import data from a CSV file into an access database and then sort it by distance and grouped by id. so my table within the database should ideally look something like,... ID Distance 1 3 1 4.5 1 5 1 7 I tried using a SQL select statement, but i guess I am getting it wrong...
  2. ctiwari

    Progress bar update

    Hi, I am using a progress bar to display the status of some data operations that I am performing (reading data from an access database, calculating certain fields and then writing the output to a CSV file). However, after the first block on the progressbar, the screen fails to refresh and seems...
  3. ctiwari

    Sorting multidimensional arrays in VB .NET

    Hi I needed some advice on a fast method to sort data. I am considering two options... 1. Load the data into a multidimensional array and sort it. In this case, what would be the best method to sort an with approximately 3000 records and 5 fields. I'd like to sort everything based upon one of...
  4. ctiwari

    calling a function within a sql statement

    Hi I was wondering what the best approach to my problem would be. I have two tables table1 and table2. I need to create a third table (say table3) which has fields from both table1 and table2 and also a field that is calculated based on a function. I am using VB .NET and a MS access database...

Part and Inventory Search

Back
Top