R
Robert Robinson
I have a contact list table that includes client name in 3 fields (first,
middle, last name). I would like to set up validation using the entire name.
What is the most efficient VBA coding of this event:
1) Is it best to concatenate F/M/L name in one field?
2) If #1 is yes, should this concatenated field be added to the contact list
table, then have new entries validate against this field? If not, where
should the concatenated field be set up?
3) Should the validation be included in the "Before Update" event property?
4) Are there any other tips to a proper setup of this validation event?
Please advise.
middle, last name). I would like to set up validation using the entire name.
What is the most efficient VBA coding of this event:
1) Is it best to concatenate F/M/L name in one field?
2) If #1 is yes, should this concatenated field be added to the contact list
table, then have new entries validate against this field? If not, where
should the concatenated field be set up?
3) Should the validation be included in the "Before Update" event property?
4) Are there any other tips to a proper setup of this validation event?
Please advise.