Can anyone help me develop an ADO insert record set to update an access database?
I'm availbe to establish the ADO connection but I don't know who to define the recordset and the update commands to update an access database.
The access database has the following attributes:
ssn
transaction_type
transaction_amount
transaction_notes
I want to insert a new record with information on all the above fields.
Any example will be helpfull.
Help will be appreciated.
I'm availbe to establish the ADO connection but I don't know who to define the recordset and the update commands to update an access database.
The access database has the following attributes:
ssn
transaction_type
transaction_amount
transaction_notes
I want to insert a new record with information on all the above fields.
Any example will be helpfull.
Help will be appreciated.