Hello, today I was asked to create a DB from a ODBC table that is updated every 5 minutes from our PLC which I successfully linked to. I am in no way involved in creating this ODBC table named (tblDelay) our IT department is and is taking care of that and the PLC stuff, I'm just asked to create a DB to show data or display. Anyway, the data im asked to show is cumming delays by employee and these are fields given to me by the ODBC (tblDelay)
DelayID PK
LineNumber (Machine number delay occured) Actual copied data: 7
TimeDelayBegin (Time delay started) Actual copied data: 6/3/2014 1:33:00 AM
TimeDelayEnd (Time delay ended) Actual copied data: 6/3/2014 1:36:00 AM
DelayHours (Hours/Minutes that occured) Actual copied data: 0.05
AlarmCodeId (Delay reason code) Actual copied data: 2109
Table I created that coincides with AlarmCodeId (tblDelayReason)
AlarmCodeId PK
DelayReason (Text reason for delay) Actual copied data: Operational Steel Splice
I just cant figure out how I can add an employee into the mix?
Thanks,
SoggyCashew.....
DelayID PK
LineNumber (Machine number delay occured) Actual copied data: 7
TimeDelayBegin (Time delay started) Actual copied data: 6/3/2014 1:33:00 AM
TimeDelayEnd (Time delay ended) Actual copied data: 6/3/2014 1:36:00 AM
DelayHours (Hours/Minutes that occured) Actual copied data: 0.05
AlarmCodeId (Delay reason code) Actual copied data: 2109
Table I created that coincides with AlarmCodeId (tblDelayReason)
AlarmCodeId PK
DelayReason (Text reason for delay) Actual copied data: Operational Steel Splice
I just cant figure out how I can add an employee into the mix?
Thanks,
SoggyCashew.....