There is a query that runs from a table that is made by using, make table and admend table queries to combine all the sections.
In the report there are the fields [CreatedBy], [ModifiedBy], [MgtModifiedBy] and [RemovedBy]. Instead of the userID being returned, we need to have the concat. of the users actual [LastName] and [FirstName] from the table tblUsers. I have tried to incorporate tblUsers into the the query, however many relationships have been tried, but none seem to work. Therefore, it seems that the only way to return the concatination of [FirstName] [LastName] would be to use DLookUp. Also, I have tried to use the DLookUp for a Unbound text box, but keep getting errors.
How would this be written into the report?
Thank you for any and all help,
PBrown
In the report there are the fields [CreatedBy], [ModifiedBy], [MgtModifiedBy] and [RemovedBy]. Instead of the userID being returned, we need to have the concat. of the users actual [LastName] and [FirstName] from the table tblUsers. I have tried to incorporate tblUsers into the the query, however many relationships have been tried, but none seem to work. Therefore, it seems that the only way to return the concatination of [FirstName] [LastName] would be to use DLookUp. Also, I have tried to use the DLookUp for a Unbound text box, but keep getting errors.
How would this be written into the report?
Thank you for any and all help,
PBrown