W
Will
This has probably been ascked and answered before but my searches have
turned up blank so here goes...
I have an existing database system that requires 3 fields updated in
one table (hardware) from another(clients) when creating a new record
(ClientName,ClientID,ClientLoc) I have a Combobox so the user can
select the ClientName but I am having trouble figuring out how to
update the other 2 fields to match.
I have tried adding the other 2 colums to the ClientName filed and
using a SetValue macro to assign ClientName(2) and ClientName(3) to
ClientID and ClientLoc. I can see the other columns in the ClientName
list but I seem to be unable to assign them to the other field.
Thanks in advance for any help,
Will
turned up blank so here goes...
I have an existing database system that requires 3 fields updated in
one table (hardware) from another(clients) when creating a new record
(ClientName,ClientID,ClientLoc) I have a Combobox so the user can
select the ClientName but I am having trouble figuring out how to
update the other 2 fields to match.
I have tried adding the other 2 colums to the ClientName filed and
using a SetValue macro to assign ClientName(2) and ClientName(3) to
ClientID and ClientLoc. I can see the other columns in the ClientName
list but I seem to be unable to assign them to the other field.
Thanks in advance for any help,
Will