N
Nathan Guill
I have a table that handles all my drawings. In this table, I list the part
number that this drawing pertains to as well as the reference part number
that is similar. Both of these part number values are stored as long
integers that correspond to the ID of a record in the Part Number table.
Now, I have a form that shows me one part number at a time. On this form is
a subform that I want to show me all drawings that have the part number
(pnID) or reference part number (REFpnID) IDs match the ID of the current
record. I can get this to work for either one field (pnID or REFpnID), but
not both. Does anyone know how to do this?
number that this drawing pertains to as well as the reference part number
that is similar. Both of these part number values are stored as long
integers that correspond to the ID of a record in the Part Number table.
Now, I have a form that shows me one part number at a time. On this form is
a subform that I want to show me all drawings that have the part number
(pnID) or reference part number (REFpnID) IDs match the ID of the current
record. I can get this to work for either one field (pnID or REFpnID), but
not both. Does anyone know how to do this?