I
I don''t know Excel
I have a form where user can select group name from a names included in a
list box. I created 2 fields, 1st for phone number and 2nd for email address
and placed then next to the list box on my form.
I would like to:
Populate both fields with phone number when user selects group name.
Should I use a query to do this or use SQL statement but I am not sure what
I am selecting
Select phone number from Table where group name = ?
Also since I don't have phone numbers and email addresses for some groups I
would like to have both field be visible only when user selects group name
which have phone number. If group ABC no phone number I want both filed to
be invisible, but if user select group CDF that have a phone number stored in
a table I want both fields to be visible and populated with respected phone
and email address.
Thanks
list box. I created 2 fields, 1st for phone number and 2nd for email address
and placed then next to the list box on my form.
I would like to:
Populate both fields with phone number when user selects group name.
Should I use a query to do this or use SQL statement but I am not sure what
I am selecting
Select phone number from Table where group name = ?
Also since I don't have phone numbers and email addresses for some groups I
would like to have both field be visible only when user selects group name
which have phone number. If group ABC no phone number I want both filed to
be invisible, but if user select group CDF that have a phone number stored in
a table I want both fields to be visible and populated with respected phone
and email address.
Thanks