G
G Lam
Hi, I have a Part Number edit form, which is linked to the tblPart table
with two fileds- partnbr and PartDiscr. When the frmPartedit form is opened,
both fields have value passed from the click event that opens the form. The
user can then changes the decription and click the OK button.
What I want to do is to store the partnbr, old description and new
description to a tblParteditHis table. I use RunSql INSERT INTO statement
and store the partnbr and new description value into the tblparteditHis
without problem. I am having trouble to retain the old description value and
capture it the RunSQL statement in the Click_OK button event.
Appreciate your help in advance.
Gary
with two fileds- partnbr and PartDiscr. When the frmPartedit form is opened,
both fields have value passed from the click event that opens the form. The
user can then changes the decription and click the OK button.
What I want to do is to store the partnbr, old description and new
description to a tblParteditHis table. I use RunSql INSERT INTO statement
and store the partnbr and new description value into the tblparteditHis
without problem. I am having trouble to retain the old description value and
capture it the RunSQL statement in the Click_OK button event.
Appreciate your help in advance.
Gary