lionelm2007
11-06-2007, 03:39 PM
Hi there,
I have two tables (EWO, EWOStatus) that are in one to many relationship. EWO stands for Enhanced Work Order. For each ewo record, there could be more than one ewo status record which has Pillar Responsible, Pillar Owner and Status fields.
I have created a printout report that displays some of the fields in the EWO table and EWO Status. On the printout report I need to display the Pillar Responsible field which in ewo status table.
Since ewo table is in a one to many relationship with ewo status table, I need to display the first row/record of the ewo status table for pillar responsible field for that particular ewo record
I tried: [tblEWOStatus].[pillarresponsible].Row(0) but this does not work.
Any help is greatly appreciated.
I have reposted this question and worded differently since I did not get any reponse for a couple of days now.
Thank you.
I have two tables (EWO, EWOStatus) that are in one to many relationship. EWO stands for Enhanced Work Order. For each ewo record, there could be more than one ewo status record which has Pillar Responsible, Pillar Owner and Status fields.
I have created a printout report that displays some of the fields in the EWO table and EWO Status. On the printout report I need to display the Pillar Responsible field which in ewo status table.
Since ewo table is in a one to many relationship with ewo status table, I need to display the first row/record of the ewo status table for pillar responsible field for that particular ewo record
I tried: [tblEWOStatus].[pillarresponsible].Row(0) but this does not work.
Any help is greatly appreciated.
I have reposted this question and worded differently since I did not get any reponse for a couple of days now.
Thank you.