C
Confused Slug
I have a 'Main Record' form that has on it a 'Contact Person' combo box and a
'Phone Number' field. The 'Contact Name' combo draws its information from a
seperate table, 'Default Details', that contains a list of names (and the
associated phone numbers). The value selected in the combo box is stored in
the table associated with the Main Record form.
When the record changes in the 'Contact Name' combo i would like the 'Phone
Number' field on the 'Main Record' form to auto populate with the associated
phone number held in the 'Default Details' table, saving the information in
the 'Main Record' table. The user should be free to amend this phone number
but in doing so this should not change the default information, only the
information stored in the 'Main Records' table.
I am unsure how to code this, Do....Loop ????
Thanks
Confused
'Phone Number' field. The 'Contact Name' combo draws its information from a
seperate table, 'Default Details', that contains a list of names (and the
associated phone numbers). The value selected in the combo box is stored in
the table associated with the Main Record form.
When the record changes in the 'Contact Name' combo i would like the 'Phone
Number' field on the 'Main Record' form to auto populate with the associated
phone number held in the 'Default Details' table, saving the information in
the 'Main Record' table. The user should be free to amend this phone number
but in doing so this should not change the default information, only the
information stored in the 'Main Records' table.
I am unsure how to code this, Do....Loop ????
Thanks
Confused