G
Guest
Hi,
Please help. I have a :
- Table which stores appointed brokers tblBroker (BrokerID, BrokerName)
- Form F_BrokerTransaction (cbxBrokerType, cbxBrokerID, txtFee and
cbxProjectID) to capture all transactions and store data in tblTransaction.
- Table to track broker history, tblBrokerHist (HistoryID, BrokerID, Fee and
ProjectID).
If cbxBrokerType in F_BrokerTransaction is "Appointed", I wish to have
tblBrokerHist to be updated with the BrokerID, Fee and ProjectID (apart from
normal updating in tblTransaction). How do I do this?
I've check all the discussions and MS Assistance
(http://support.microsoft.com/?kbid=209728) but I don't want to use an update
query. I want the update to be done automatically each time the transaction
is by appointed broker.
Appreciate any help I could get. Thanks a lot.
Please help. I have a :
- Table which stores appointed brokers tblBroker (BrokerID, BrokerName)
- Form F_BrokerTransaction (cbxBrokerType, cbxBrokerID, txtFee and
cbxProjectID) to capture all transactions and store data in tblTransaction.
- Table to track broker history, tblBrokerHist (HistoryID, BrokerID, Fee and
ProjectID).
If cbxBrokerType in F_BrokerTransaction is "Appointed", I wish to have
tblBrokerHist to be updated with the BrokerID, Fee and ProjectID (apart from
normal updating in tblTransaction). How do I do this?
I've check all the discussions and MS Assistance
(http://support.microsoft.com/?kbid=209728) but I don't want to use an update
query. I want the update to be done automatically each time the transaction
is by appointed broker.
Appreciate any help I could get. Thanks a lot.