Window to paste copied spreadsheet

  • Thread starter gsnidow via AccessMonster.com
  • Start date
G

gsnidow via AccessMonster.com

Greetings all. I came across a non-Access web application at my work where
the user can copy and paste columns and rows from a spreadsheet into what
appears to be just a large blank text box on a form. After pasting, the rows
and columns are preserved, then the user hits a button to insert the pasted
records into a table. Is this kind of thing possible in access? Thank you
 
K

Klatuu

It is not recommended to use a Copy/Paste technique in Access.
There is a TransferSpreadsheet method that does that. Look in Help.
 
Top