I am looking for a way to update certain fields in an Access databse table from an Excel spreadsheet on a button-click. The spreadsheet was originally populated from the same database, then edited. Here are my main questions.
How can I specify the range of cells that should go into the recordset ? (can they be non-contiguous ?)
How do I put the text contents of Cells into RecordSet fields ?
How would I update the database table ?
VB is a new ballgame to me, so be gentle. thanks.
tful282
How can I specify the range of cells that should go into the recordset ? (can they be non-contiguous ?)
How do I put the text contents of Cells into RecordSet fields ?
How would I update the database table ?
VB is a new ballgame to me, so be gentle. thanks.
tful282