Search results for query: *

  1. M

    Convert CSV to XLS

    I have a form that deals with excel (csv, xls) to convert a CSV file to a XLS file and adjust a few columns. I use the resulting file to upload the data to a msaccess table. The csv file is downloaded from the internet and is the only format available. The problem I have is that there a couple...
  2. M

    Cannot Update MS Access Database

    Thanks for the suggestion, obviously I would like to deploy the final product. However I do not want to make it a source file but manage the database externally. I have to figure it out how to do it and if I can't the I will ask for your help again if you don't mind. Thanks
  3. M

    Cannot Update MS Access Database

    Thanks for your reply. I have added cb.QuotePrefix = "[" cb.QuoteSuffix = "]" to correct the problem and it works just fine now. Thanks again
  4. M

    Cannot Update MS Access Database

    I am new to VB.NET 2010 and I am trying to update my Access database. I have an application running in VB6.0 and converted to VB 2010, but now I want to use a Datagridview and can't populate with a recordset. So, I am trying to test a new small program that works for displaying the data but...
Back
Top