I'm almost ascertain there's a better way to do this but for right now I'll go with this. This is using WinForms, NOT on a webpage.
In Visual Basic 2010, I would like to create a form that uses a datagrid view pulling rows from a temporary table made at run time. When the "Submit" button of that form is clicked, the rows from the temporary table will be copied into the regular table. (This is being done as there is no ID# available until AFTER the form is submitted. The ID# is needed because the rows made in the temporary, as well as the entire form, will be associated with THAT number.)
So my question is, how can I dynamically create a temporary table in MSAccess OR how can I use a datagrid without associating it with a table?