The database will track work orders and inventory for a
sign manufacturing co. There are about 10 areas signs go
through when made however not all signs need all areas.
The table I made lists the work order#, the 10 areas as
yes/no fields, customer info, etc. There is a report for
each area (already created)along with a work order,
customer service eval and permit tracking. Not all signs
need all areas and those needed are checked. Two reports,
Work Order and Customer Eval always need to print but the
others are variable. I need to be able to create something
when printing the reports to enter the work order# and
print only the reports pertaining to that #. The database
if adaptable and I haven't made any forms. Is there an
easy way to do this? I am willing to do difficult as well.
Any suggestions are terrific. Database will also be
adapted to track all inventory as well which required
connecting inventory info with work order info
-----Original Message-----
Erin,
This relates to the query that the report is based on. Presumably you
mean you will enter the required work order number into an unbound
textbox on a form. In this case, just refer to the textbox in the
criteria of the work order number field in your query, using syntax
equivalent to...
[Forms]![NameOfYourForm]![NameOfCriteriaTextbox]
As regards your "series of yes/no fields for services required", my
best advice is to ask a question... Is the structure of your database
set in concrete, or are you able to consider a change? On the basis
of what you have told us so far, I would be 99.9% sure that there is
an error in your table design. If you would care to post back with
some examples of what these yes/no fields relate to, someone will be
able to advise further on this aspect.
- Steve Schapel, Microsoft Access MVP