I have a table with the name : INCOME_TABLE
with fields: FULL NAME, DATE, TYPE OF INCOME/EXPENSE,REVENUE.
I have another table with the name :MEMBERS with fields: FIRST_NAME, LAST_NAME, GENDERS....
I managed to create a combo on a new form which picks the first and last name displayed in the members table and the results to be displayed together in the FULL NAME field of INCOME_TABLE.
But my issue is, when I select the drop down, both first name and last name appears in the drop down as expected but when you select one of the names, only the First name displays in the combo text box and a such, only the first name appears in the FULL NAME section of the INCOME_TABLE instead of both FIRST and LAST NAME.
Any help on this will be greatly appreciated.