Can anyone supply me with the vb code that can export a dataset or datagrid view to an access table.
I first create a table within an existing mdb file getting the column names and column types from the datagrid. This works fine and the table is created,now i need to update all the rows that is in the datagrid to the table i have justcreated.
Thanks in advance