D
DL
I'd like to create a query that will compare a field from
one table to another and--if the data is closely related--
create a new table with the fields residing in the same
record.
I have a table with a field "LastName" and a table with a
field "NameImageFile". Here are some sample entries:
LastName NameImageFile
smith smith-j.jpg
smithe smithe-l.jpg
jones jones-l.jpg
jonesey jonesey-q.jpg
brown brown-b.jpg
Is there a way to do this simply, with with a VBA module?
Thanks for your help!
DL
one table to another and--if the data is closely related--
create a new table with the fields residing in the same
record.
I have a table with a field "LastName" and a table with a
field "NameImageFile". Here are some sample entries:
LastName NameImageFile
smith smith-j.jpg
smithe smithe-l.jpg
jones jones-l.jpg
jonesey jonesey-q.jpg
brown brown-b.jpg
Is there a way to do this simply, with with a VBA module?
Thanks for your help!
DL