F
Fletcher
Hi, I would like to set up a custom counter for processes in my
facility. I'll list my table structure first, then explain:
*ProcessXData*
DataID, where I want the custom counter, PK
Spec, number
ProcessDateTime, date/time, Now()
Operator, text
Comments, memo
*ProcessYData*
DataID, where I want the custom counter, PK
Spec, number
ProcessDateTime, date/time, Now()
Operator, text
Comments, memo
*ProcessZData*
DataID, where I want the custom counter, PK
Spec, number
ProcessDateTime, date/time, Now()
Operator, text
Comments, memo
*MeasurementsA*
MeasAID, text, PK (linked to DataID)
Top, number
Middle, Number
Bottom, Number
*MeasurementsB*
MeasBID, text, PK (linked to DataID)
MeasData, number
Limit, number
(for simplicity, I lave left out several tables that hold lists of data
that provide information such as operators and specs; I have also
generic-ized the data to make it easier for you, and not disclose any
information that could lead to problems)
So, here's the meat of what I'm having trouble doing. I have 3
different processes and each can have a different spec. For certain
specs on each process, a different measurement is done (MeasurementA or
MeasurementB). I have this worked out on a form where depending on the
spec number that you enter, a different subform for measurments will be
enabled. My dilema is that I can't use autonumber for each process as
an ID, so I would like to creat a custom counter that includes, say,
the abreviation of process name (4 or 5 letters) and a number. I
cannot think of how to do this, so if anyone would be helpful enough to
give me some input, I would appreciate it greatly.
Thanks ahead,
Fletcher...
facility. I'll list my table structure first, then explain:
*ProcessXData*
DataID, where I want the custom counter, PK
Spec, number
ProcessDateTime, date/time, Now()
Operator, text
Comments, memo
*ProcessYData*
DataID, where I want the custom counter, PK
Spec, number
ProcessDateTime, date/time, Now()
Operator, text
Comments, memo
*ProcessZData*
DataID, where I want the custom counter, PK
Spec, number
ProcessDateTime, date/time, Now()
Operator, text
Comments, memo
*MeasurementsA*
MeasAID, text, PK (linked to DataID)
Top, number
Middle, Number
Bottom, Number
*MeasurementsB*
MeasBID, text, PK (linked to DataID)
MeasData, number
Limit, number
(for simplicity, I lave left out several tables that hold lists of data
that provide information such as operators and specs; I have also
generic-ized the data to make it easier for you, and not disclose any
information that could lead to problems)
So, here's the meat of what I'm having trouble doing. I have 3
different processes and each can have a different spec. For certain
specs on each process, a different measurement is done (MeasurementA or
MeasurementB). I have this worked out on a form where depending on the
spec number that you enter, a different subform for measurments will be
enabled. My dilema is that I can't use autonumber for each process as
an ID, so I would like to creat a custom counter that includes, say,
the abreviation of process name (4 or 5 letters) and a number. I
cannot think of how to do this, so if anyone would be helpful enough to
give me some input, I would appreciate it greatly.
Thanks ahead,
Fletcher...