C
cporter
I'm not sure how to begin on this.
I want to check two tables and based on certain criteria generate a
list, PMDUE. I've gotten this far. Then I need to relate the PMDUE list
to a table, WO, in a many to one relation using the WO primary key
which is an autonumber field.
The basic fields are:
PM DUE
MachID, ProNo, Decript, datedue, where the MachID and ProNo combine for
the primary key
WO
MachID, WONo, where WONo is the the primary key and an autonumber field
So all the records on the PMDUE list with the same MachID will be
related to a single record on the WO table.
Can this be done and what method would you suggest?
Carl
I want to check two tables and based on certain criteria generate a
list, PMDUE. I've gotten this far. Then I need to relate the PMDUE list
to a table, WO, in a many to one relation using the WO primary key
which is an autonumber field.
The basic fields are:
PM DUE
MachID, ProNo, Decript, datedue, where the MachID and ProNo combine for
the primary key
WO
MachID, WONo, where WONo is the the primary key and an autonumber field
So all the records on the PMDUE list with the same MachID will be
related to a single record on the WO table.
Can this be done and what method would you suggest?
Carl