T
Tom Lewis
I have a textbox control called "Name" in my main form
(single form view), and a linked subform (datasheet view),
bound to a table "NameHistory" that lists all the "Names"
that have been entered or changed in the main form.
I want to automatically insert a record in
the "NameHistory" table when the value in the "Name"
control is modified. Is it possible to do this directly
using methods for Access objects, or is it necessary to
use DAO/ADO recordsets and perform the insert operation
behind the scenes?
Thanks for any help,
Tom
(single form view), and a linked subform (datasheet view),
bound to a table "NameHistory" that lists all the "Names"
that have been entered or changed in the main form.
I want to automatically insert a record in
the "NameHistory" table when the value in the "Name"
control is modified. Is it possible to do this directly
using methods for Access objects, or is it necessary to
use DAO/ADO recordsets and perform the insert operation
behind the scenes?
Thanks for any help,
Tom