Okay, I'm lost.
I want to set up a form which will allow the
user to first select an e-mail recipient, then
select a file from one list, and then select a
file from another list.
The form contains a list box named lbxRecip,
a combo box named cbxFileOne, and a combo box
named cbxFileTwo.
I want lbxRecip to select from the table
RECIPIENTS, cbxFileOne to select from table
BASE FILES, and cbxFileTwo to select from table
ADDL FILES.
What do I set the form's Record Source to? Do
I use a SELECT statement in the After Update
property of the list box and the two combo boxes?
Is this even possible? Thanks.
Richard...
I want to set up a form which will allow the
user to first select an e-mail recipient, then
select a file from one list, and then select a
file from another list.
The form contains a list box named lbxRecip,
a combo box named cbxFileOne, and a combo box
named cbxFileTwo.
I want lbxRecip to select from the table
RECIPIENTS, cbxFileOne to select from table
BASE FILES, and cbxFileTwo to select from table
ADDL FILES.
What do I set the form's Record Source to? Do
I use a SELECT statement in the After Update
property of the list box and the two combo boxes?
Is this even possible? Thanks.
Richard...