C
ChuckW
Hi,
I am working on an application for a design team. They
have three different types of Jobs: Graphic Design, Web
Design and Photography. I created three different types
of forms for each job type in which they enter various
kinds of information about the job. The data from these
forms gets fed into a series of tables. The main table is
called the Projects table. The forms are based on
queries. Some of the fields for the three types of jobs
are the same (i.e. Contact Name, Company) while some are
different (Type of Film is for photography only. The is a
variable.
There is a field called Job Type which denotes the three
types of Jobs. There is also a job number field which is
sequential. Job 100 might be photography, 101 might be
web design, 102 might be Graphic design.
What I want to do is to create a button on a form that
runs a parameter query and creates a report. I know how
to do this in order to create one report. But I want to
create a possibility of three reports. When the user
clicks on a button they will be asked for a job number,
they plug this in and a Photography report is created. It
only has fields relevent to photogprahy. Does anyone know
who to create reports that will vary based on job type?
Thanks,
Chuck W
I am working on an application for a design team. They
have three different types of Jobs: Graphic Design, Web
Design and Photography. I created three different types
of forms for each job type in which they enter various
kinds of information about the job. The data from these
forms gets fed into a series of tables. The main table is
called the Projects table. The forms are based on
queries. Some of the fields for the three types of jobs
are the same (i.e. Contact Name, Company) while some are
different (Type of Film is for photography only. The is a
variable.
There is a field called Job Type which denotes the three
types of Jobs. There is also a job number field which is
sequential. Job 100 might be photography, 101 might be
web design, 102 might be Graphic design.
What I want to do is to create a button on a form that
runs a parameter query and creates a report. I know how
to do this in order to create one report. But I want to
create a possibility of three reports. When the user
clicks on a button they will be asked for a job number,
they plug this in and a Photography report is created. It
only has fields relevent to photogprahy. Does anyone know
who to create reports that will vary based on job type?
Thanks,
Chuck W