thirteentwenty
Well-known member
2 posts in one day... I'm starting to feel retarded... anyways here goes...
I've got a form that has a datagridview (DGV) (unbound) in it, I would like it to duplicate all the fields on it (done!) when I click the "Duplicate" button. All goes well sans the DGV... I can't even think of away to do it...
Thinks to be known about the table, it has autonumbers (I'm not sure if that's relevant) and it has one field that will need to be updated (transaction id, used for multiple line items... ).
I was thinking about using a loop or something like that but, I wasn't sure if that would be the proper thing to do.
any suggestions?
I've got a form that has a datagridview (DGV) (unbound) in it, I would like it to duplicate all the fields on it (done!) when I click the "Duplicate" button. All goes well sans the DGV... I can't even think of away to do it...
Thinks to be known about the table, it has autonumbers (I'm not sure if that's relevant) and it has one field that will need to be updated (transaction id, used for multiple line items... ).
I was thinking about using a loop or something like that but, I wasn't sure if that would be the proper thing to do.
any suggestions?