J
Joe
Hey Everyone, first my disclaimer...not my design, inherited, so please don't
complain about table structure, I already know. Thanks...onward.
There are 2 tables
First table holds time-keeping data (just the important stuff listed)
Job Number (Number, Long Int.)
Operation (Text, 50)
Second Table shows the "Process Control" on a job...this is the ugly one
Job Number (Number, Long Int.)
Sequence01 (Text,50)
Sequence02 (Text,50)
....
Sequence17 (Text,50)
I can get the query that shows the Job# and Operation from table 1, but I
need all the gathered information to be in order according to the sequences
in table 2, as in seq01, seq02, and so on.
BTW, this will be for use in a report if that makes a difference.
So I'm stumped on a Friday and will be in and out of here this weekend, any
help is greatly appreciated.
TIA, Joe
complain about table structure, I already know. Thanks...onward.
There are 2 tables
First table holds time-keeping data (just the important stuff listed)
Job Number (Number, Long Int.)
Operation (Text, 50)
Second Table shows the "Process Control" on a job...this is the ugly one
Job Number (Number, Long Int.)
Sequence01 (Text,50)
Sequence02 (Text,50)
....
Sequence17 (Text,50)
I can get the query that shows the Job# and Operation from table 1, but I
need all the gathered information to be in order according to the sequences
in table 2, as in seq01, seq02, and so on.
BTW, this will be for use in a report if that makes a difference.
So I'm stumped on a Friday and will be in and out of here this weekend, any
help is greatly appreciated.
TIA, Joe