Soldato
So, at the minute someone in my office sends a few performance reports every hour, 24/7/364. The same data is entered into a few places a few times, and the main reports sent have copies saved. Going back years, it's madness. Then they complain about running low on space on the main fileserver
So I am looking at moving to a database. MS Access ... cos that's all I have. We have Oracle and a webserver but fat chance of me getting authorisation to use that.
So I built tables to cover all the data we need. Different tables for different related stuff. So a table for each sections production per hour (date-time, area1, area2, area3 etc), table for equipment issues (date-time went down, date-time went up, description of issue, engineer ticket reference number).
Every hour all this is emailed out by an excel macro. It's slow, buggy, cant be edited (creator left, took password to the macros and formatting with him) and we have millions of files everywhere. Basically not fit for purpose.
How hard would my idea be to implement? Basically whack it all into a database with a user friendly form (I'm the only nerd on the team), and mail out a report. I'd have to copy the current format, so that has to be flexible. And I will need to do some calculations on it (total downtime, volume etc). I'm pretty good with VBA, at least in Excel so no worries there.
Been learning Python (see earlier post many moons ago, changed my mind from Java, I like python ). But again, fat chance of being allowed to use it.
So I am looking at moving to a database. MS Access ... cos that's all I have. We have Oracle and a webserver but fat chance of me getting authorisation to use that.
So I built tables to cover all the data we need. Different tables for different related stuff. So a table for each sections production per hour (date-time, area1, area2, area3 etc), table for equipment issues (date-time went down, date-time went up, description of issue, engineer ticket reference number).
Every hour all this is emailed out by an excel macro. It's slow, buggy, cant be edited (creator left, took password to the macros and formatting with him) and we have millions of files everywhere. Basically not fit for purpose.
How hard would my idea be to implement? Basically whack it all into a database with a user friendly form (I'm the only nerd on the team), and mail out a report. I'd have to copy the current format, so that has to be flexible. And I will need to do some calculations on it (total downtime, volume etc). I'm pretty good with VBA, at least in Excel so no worries there.
Been learning Python (see earlier post many moons ago, changed my mind from Java, I like python ). But again, fat chance of being allowed to use it.