G
Guest
I have two tables tempTbl amd MasterTbl with the same fields. I need to
update the MasterTbl based on the TempTbl based on the following conditions:
a. if record in TempTbl is new i.e. username field and logdate are not in
the MasterTbl; append entire record
b. if tempTbl.username and TempTbl.logdate exists update changed fields.
Each MasterTbl record has only one unique username and logdate combination
per day.
--
Eric Brown
Technical Support
(e-mail address removed)
Wise Business Services Inc
214.915.9945 (Voice)
214.915.9947 (Fax)
update the MasterTbl based on the TempTbl based on the following conditions:
a. if record in TempTbl is new i.e. username field and logdate are not in
the MasterTbl; append entire record
b. if tempTbl.username and TempTbl.logdate exists update changed fields.
Each MasterTbl record has only one unique username and logdate combination
per day.
--
Eric Brown
Technical Support
(e-mail address removed)
Wise Business Services Inc
214.915.9945 (Voice)
214.915.9947 (Fax)