G
Griff
I have used Duane Hookum's concantenate code in a query - it works great!
However, I need to modify it to fit my database application.
In my database, tblFamMem.FirstName is a number, which is linked to a lookup
table with NameID and NameText. I want to be able to concantenate the
NameText field.
The Concantenate code works with a one-to-many relationship, but this is a
many-to-one relationship and I can't get it to work.
Thanks in advance,
Griff.
However, I need to modify it to fit my database application.
In my database, tblFamMem.FirstName is a number, which is linked to a lookup
table with NameID and NameText. I want to be able to concantenate the
NameText field.
The Concantenate code works with a one-to-many relationship, but this is a
many-to-one relationship and I can't get it to work.
Thanks in advance,
Griff.