J
Jody
I have two tables, tblSubscriber and tblService. I would
like to trigger the automatic entering of a value in a
field (in tblSubscriber) called 'unitnum' after selecting
the equivalent value from a combo box whose control source
is a field in tblService called 'baseunit'. I feel that
it must be an AfterUpdate event for the combo that will
trigger the data entry in the other table, but I'm not
sure of the code.
The linking field between the two tables is SubscriberID,
which is the primary key of tblSubscriber and a foreign
key in tblService.
Any ideas what the code should be?
Thanks,
Jody
like to trigger the automatic entering of a value in a
field (in tblSubscriber) called 'unitnum' after selecting
the equivalent value from a combo box whose control source
is a field in tblService called 'baseunit'. I feel that
it must be an AfterUpdate event for the combo that will
trigger the data entry in the other table, but I'm not
sure of the code.
The linking field between the two tables is SubscriberID,
which is the primary key of tblSubscriber and a foreign
key in tblService.
Any ideas what the code should be?
Thanks,
Jody