Access Expression builder

M

MAV

Hello,

I have created a database. I have a table for Work Orders and a table for
Techs that are assigned the various work orders. I have a report that shows
the work order and has a field from the Techs table that shows the tech
assigned to the work order. Currently i have =[First Name] & " " & [Last
Name]. It has been brought to my attention that sometimes work orders have
2-3 techs assigned to the one work order. I need to know how I can create an
expression in the report that would look for a specific work order number and
display all the techs assigned to that work order when the report is run.

Mav
 
P

pietlinden

Hello,

I have created a database.  I have a table for Work Orders and a table for
Techs that are assigned the various work orders.  I have a report that shows
the work order and has a field from the Techs table that shows the tech
assigned to the work order.  Currently i have =[First Name] & " " & [Last
Name].  It has been brought to my attention that sometimes work orders have
2-3 techs assigned to the one work order.  I need to know how I can create an
expression in the report that would look for a specific work order numberand
display all the techs assigned to that work order when the report is run.

Mav

Depends on how your tables are set up. Do you have a "WorksOn" table
that is a child of the Work Order? If you do it that way, you can use
fConcatCHild or use a subform/report
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top