R
RJB
This is sort of related to a previous post of mine (in case it seems
familiar).
I've got a database for a printing company and I'm making the workorders
digital instead of hand written. The workorder itself is a form with a
subform in it. In the main form is a field called "LogID". In the subform
there is a field called "Log Letter" which separates each individual print
run for a particular LogID. Also in the subform is a field for "Order Type"
which has 5 options, but for example we'll just say the options are "Black"
and "Color". Any given LogID may have a mix of Order Types. 1 Black, 1
Color: 1 Black and 2 Color, vice versa...etc, all depending on what a
client is ordering with that particular job. At the bottom of the main form
are 2 buttons: "Create Black Workorder" and "Create Color Workorder".
These buttons open a report that has all the important information entered
in the form/subform.
What I need to do, is separate the jobs by Order Type. If they click on
"Create Black Workorder", then that report needs to only display/print the
'Log Letter's that have the "Order Type" of Black. If they click "Create
Color Workorder", then the opposite, only display/print those where the
"Order Type" is Color.
Here's an example of what I've got on the form and what I need in the
report - I added some other variables the the examples to make things a
little more clear:
___________________________
FORM:
LogID: 3005
client: JohnDoe Sales
*Subform*
Log Letter: A OrderType: Black
Log Letter: B OrderType: Black
Log Letter: C OrderType: Color
_________________________________
REPORT: Black Workorder
LogID: 3005 Page: 1 of 2
JohnDoe Sales
A Black
B Black
_________________________________
REPORT: Color Workorder
LogID: 3005 Page: 2 of 2
JohnDoe Sales
C Color
_____________________________________
Any ideas on how I can make this happen, or is there a easy / better way
that I'm not thinking of?
Thanks in advance,
Rick
(e-mail address removed)
familiar).
I've got a database for a printing company and I'm making the workorders
digital instead of hand written. The workorder itself is a form with a
subform in it. In the main form is a field called "LogID". In the subform
there is a field called "Log Letter" which separates each individual print
run for a particular LogID. Also in the subform is a field for "Order Type"
which has 5 options, but for example we'll just say the options are "Black"
and "Color". Any given LogID may have a mix of Order Types. 1 Black, 1
Color: 1 Black and 2 Color, vice versa...etc, all depending on what a
client is ordering with that particular job. At the bottom of the main form
are 2 buttons: "Create Black Workorder" and "Create Color Workorder".
These buttons open a report that has all the important information entered
in the form/subform.
What I need to do, is separate the jobs by Order Type. If they click on
"Create Black Workorder", then that report needs to only display/print the
'Log Letter's that have the "Order Type" of Black. If they click "Create
Color Workorder", then the opposite, only display/print those where the
"Order Type" is Color.
Here's an example of what I've got on the form and what I need in the
report - I added some other variables the the examples to make things a
little more clear:
___________________________
FORM:
LogID: 3005
client: JohnDoe Sales
*Subform*
Log Letter: A OrderType: Black
Log Letter: B OrderType: Black
Log Letter: C OrderType: Color
_________________________________
REPORT: Black Workorder
LogID: 3005 Page: 1 of 2
JohnDoe Sales
A Black
B Black
_________________________________
REPORT: Color Workorder
LogID: 3005 Page: 2 of 2
JohnDoe Sales
C Color
_____________________________________
Any ideas on how I can make this happen, or is there a easy / better way
that I'm not thinking of?
Thanks in advance,
Rick
(e-mail address removed)