Combo boxes A and B are looking up texts from a table which has three fields: field 1: Personnel Names (PN), Field 2: Personnel Dimension (PD) such as Height and weight, and field 3: Related Data (RD). So we have a unique triplet combination. For example: (John, weight, 88), or (John, height, 180). I know how to make the comboboxes A and B to select texts based on PN and PD. But could you let me know how to make a textbox to show automatically the unique third data? I hope I could convey my meaning clearly.
Thank you
Thank you