G
Guest
Help Please
I am using combo boxes to allow user to select personnel from a table of members. Alternately a non-member (guest) may be entered (not limited to list). The members table also includes a unique member ID number. I would like to allow entry of a member ID number and have such an entry (using if isNumeric(cboP1)=True) result in a lookup from the table to acquire and display the member's name rather than the member ID number.
A simple parameter query gets the name all right, but I am not sure as to how to populate the combo-box (and therefore the field) with the member's name
Thanks in advance
I am using combo boxes to allow user to select personnel from a table of members. Alternately a non-member (guest) may be entered (not limited to list). The members table also includes a unique member ID number. I would like to allow entry of a member ID number and have such an entry (using if isNumeric(cboP1)=True) result in a lookup from the table to acquire and display the member's name rather than the member ID number.
A simple parameter query gets the name all right, but I am not sure as to how to populate the combo-box (and therefore the field) with the member's name
Thanks in advance