C
Caroline
Hello,
I've searched on the Nz function but I am still confused. I am trying to
link two tables by 3 parameters (part#, op#, order#) which works well. I want
to get the # of hours worked, but in the table I'm trying to link to, the
data for some of these 3 parameters in the main table doesn't even exist. I
tried to put Hours:Nz([HRS],0) in the field so that when the data doesn't
exist in the table, a zero will be put in its place. However, when I run the
query, only the part#,op#,and order# with hours shows up in my results. Not
sure what I'm doing wrong here, but thanks in advance!
I've searched on the Nz function but I am still confused. I am trying to
link two tables by 3 parameters (part#, op#, order#) which works well. I want
to get the # of hours worked, but in the table I'm trying to link to, the
data for some of these 3 parameters in the main table doesn't even exist. I
tried to put Hours:Nz([HRS],0) in the field so that when the data doesn't
exist in the table, a zero will be put in its place. However, when I run the
query, only the part#,op#,and order# with hours shows up in my results. Not
sure what I'm doing wrong here, but thanks in advance!