how to reflect data change to another table through form

A

anj

Dear All
Thanks in advance!
I have a "Form A" based on "Tabel A". On "Form A" most of
the data are displayed automatically from another "Table
B" (which is a recordset table) based on entering certain
primary key value on a "control A" with the use
of "DLOOKUP" function. I want to reflect changes that I
make on some controls back to their respective fields
on "Table B" when I click some sort of confirmation
command button or AfterUpdate event property of a control.
How can I do this?

Thanks!
 
Top