I am wanting to do a copy and paste with MSFlexGrid. I have a grid in which I select some rows. I am using clip to copy the grid. Then I want to insert it into a Access Table. How would I go about doing this?
I am not sure that there is any direct method. You will probably have to select a range of cells, use the .row and .rowsel property to determine which rows you have selected. Then loop through each row and it's columns to insert it into the database as a record with the insert statement. Thanks and Good Luck!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.