memevertical2
Programmer
- May 2, 2008
- 35
Hi everyone....I need a little help here, I'll try to explain the best I can...
I have a Table with several items. The Columns on this Table change constantly. It is a TDBGrid, with a ADOQuery, reading a MDB File.
I need to be able to select several rows to another grid (a hidden one), and in th hidden grid be able to duplicate, re-arrange and make modifications to the items, so then I can add to the original table all the new items.
Now let me explain it using the NON-programmer scenario....I have a Table with my ebay items, I have a Field that has the date its going to be listed, so I want to do something like select item 5 and 7, and have a procedure copy those 2 items and create new entries with those items but with different future dates....
And obviously at the end save the table....
Thanks again for the help...
I have a Table with several items. The Columns on this Table change constantly. It is a TDBGrid, with a ADOQuery, reading a MDB File.
I need to be able to select several rows to another grid (a hidden one), and in th hidden grid be able to duplicate, re-arrange and make modifications to the items, so then I can add to the original table all the new items.
Now let me explain it using the NON-programmer scenario....I have a Table with my ebay items, I have a Field that has the date its going to be listed, so I want to do something like select item 5 and 7, and have a procedure copy those 2 items and create new entries with those items but with different future dates....
And obviously at the end save the table....
Thanks again for the help...