Macro posting Excel data to Access database...
Posted by Bill Tanner on May 11, 2000 1:15 PM
I am looking for some code that will allow me to automatically post some information from Excel to Access.
I will need to:
~ open the database ("database")
~ create a new record
~ post data from Sheet 1, Cell A1 to field A in the database
~ close the database.
Later, I will need to:
~ open the database ("database")
~ find an existing record
~ post data from Sheet 1, Cell A2 to field B in that record
~ close the database.
Can anybody help?
Thanks much
Bill Tanner