K
Kelly
I have a database that I had assistance in creating and was tutored with on
the code used.
The main form has buttons on it to select the station or cell name. The form
"frm_Job" that it calls up is the same form used for every cell. The form
contains the job number along with the current start time and end time of the
job.
All the information entered is based off (1) form and all information
entered is related to the cell or station button that was selected. This all
works perfect!
I am also familar with all of the code entered in this form, but possibly
not understanding the process that make this work. I know that it's based off
the ID with some code defining the Station or Cells.
The problem I have is this;
I created a button on the frm_Job form, which runs a query and creates a
chart based off the throughput of the job time.
How do I get this to relate to the correct cell or station? I tried to
create it based off the Cell Id, but I cannot figure it out. I'm not quite
understanding the procedure to make this happen?
If there is an easy way to control this, please help.
Thanks!
the code used.
The main form has buttons on it to select the station or cell name. The form
"frm_Job" that it calls up is the same form used for every cell. The form
contains the job number along with the current start time and end time of the
job.
All the information entered is based off (1) form and all information
entered is related to the cell or station button that was selected. This all
works perfect!
I am also familar with all of the code entered in this form, but possibly
not understanding the process that make this work. I know that it's based off
the ID with some code defining the Station or Cells.
The problem I have is this;
I created a button on the frm_Job form, which runs a query and creates a
chart based off the throughput of the job time.
How do I get this to relate to the correct cell or station? I tried to
create it based off the Cell Id, but I cannot figure it out. I'm not quite
understanding the procedure to make this happen?
If there is an easy way to control this, please help.
Thanks!