C
Chris Freeman
I have a form that has a combo box, that allows users to select a mailing
date listed in a table. works just fine, but now, the users need to see both
the Holder ID and Date. I can show both in the combo box, but the selection
process selects only allows one field value to be returned. Plus, I'm
grouping by dates to return unique date value for each Holder, as there can
be multiple letters mailed on that date for each Holder.
Is there a programming work aorund that would idenitify both values?
date listed in a table. works just fine, but now, the users need to see both
the Holder ID and Date. I can show both in the combo box, but the selection
process selects only allows one field value to be returned. Plus, I'm
grouping by dates to return unique date value for each Holder, as there can
be multiple letters mailed on that date for each Holder.
Is there a programming work aorund that would idenitify both values?