I have made a program which will allow the user to enter one or more "model_num"s and it will query our Data Repository (SQL View) for the results using ADO. It will then display the results in a TrueDBGrid to the user. All of that is working fine after some searching of this board 
My problem now comes when I'd like the user to have the option to save the results into an Access Table. The grid has 8 fields (including 1 currency & 1 date/time). I'd like the save process to allow the user to specify a table name and have that table created and populated with the grid data.
Any help would be greatly appreciated.
Thanks
ZE
My problem now comes when I'd like the user to have the option to save the results into an Access Table. The grid has 8 fields (including 1 currency & 1 date/time). I'd like the save process to allow the user to specify a table name and have that table created and populated with the grid data.
Any help would be greatly appreciated.
Thanks
ZE