J
Joe Leon
I have a table (NamesTable) that contains several fields of information. Two
of these fields are: Invited By and PhoneNunber.
When I generate a report here is what I would like to accomplish.
Look at the InvitedBy field and based on its content look up the PhoneNumber..
So for example: the InvitedBy field contains the name Joe Leon but the
name Joe Leon is in the NamesTable with FirstName and LastName fields. Now I
need to take the Leon and the Joe from the InvitedBy field and use them to
search the table for LastName "Leon" and FirstName "Joe". Upon a match, I
would like to take from this record the PhoneNumber to place in the report.
I would greatly appreciate help with this. Please let me know if this is
doable and if so, how would I do this. Thanks! Joe...
of these fields are: Invited By and PhoneNunber.
When I generate a report here is what I would like to accomplish.
Look at the InvitedBy field and based on its content look up the PhoneNumber..
So for example: the InvitedBy field contains the name Joe Leon but the
name Joe Leon is in the NamesTable with FirstName and LastName fields. Now I
need to take the Leon and the Joe from the InvitedBy field and use them to
search the table for LastName "Leon" and FirstName "Joe". Upon a match, I
would like to take from this record the PhoneNumber to place in the report.
I would greatly appreciate help with this. Please let me know if this is
doable and if so, how would I do this. Thanks! Joe...