drosenkranz
Programmer
Hi,
I'm using VFP 7.0 (SP1) on a Win '98 machine. Here's my problem.
Each person in a family is assigned an IDNum in the Household Member's table (grid) on a pageframe. I have a grid on another page of the pageframe where the household member's Incomes are entered. Since the user may not remember each person's IDNum in a household, I want to make the combobox on the Incomes page display more than just the IDNum field.
On the Incomes page, I want the combobox to display thehousehold member'd ID# followed by their name - but I want the controlsource to be (to store) only the household member's IDNum for each entry in the Income table.
Can a combobox display more than one field AND still have its controlsource save only the first field (IDNum) after a user selects from the combobox's dropdown list?
Thanks,
Dave
Example: Allt(str(IDNum)) + allt(lname) + ", " + allt(fname)
The 2nd mouse gets the cheese.
I'm using VFP 7.0 (SP1) on a Win '98 machine. Here's my problem.
Each person in a family is assigned an IDNum in the Household Member's table (grid) on a pageframe. I have a grid on another page of the pageframe where the household member's Incomes are entered. Since the user may not remember each person's IDNum in a household, I want to make the combobox on the Incomes page display more than just the IDNum field.
On the Incomes page, I want the combobox to display thehousehold member'd ID# followed by their name - but I want the controlsource to be (to store) only the household member's IDNum for each entry in the Income table.
Can a combobox display more than one field AND still have its controlsource save only the first field (IDNum) after a user selects from the combobox's dropdown list?
Thanks,
Dave
Example: Allt(str(IDNum)) + allt(lname) + ", " + allt(fname)
The 2nd mouse gets the cheese.