Hi!
(SKIP - this part if your not into 'the story')
It has been a while since I last posted. Thanks to the help of the forum members I've been successful in implementing a supplier invoice management database AND an operation management system. Both have been in play for well over a year now and they seem to be working as expected. Ive now had a shift in my job role at work mainly due to my work with the two databases and their success.
NOW! On to my next project!
My next work project is well underway and involves transport management. I have most of the basics now working within my database but before I begin playing with things I don't fully understand I though I'd get some advise if its kindly given.
Part of this database's role is to store essential maintenance and service records of vehicle inspections. (this is the tricky bit) - I have never had to include so much data into one part before and find myself lost.
In simple terms, I need to create tables to record data collected from the below form. However as you'll be able to tell it seems to fall into 3 sections, A tick list of inspection points followed by, if a defect is found, a brief description of the defect and actions taken to rectify said defect.
I have a slight idea how to begin to break this down into sizeable chunks. As not all inspection points will need the 'description of defect' AND 'action' parts filling out.
In my previous invoice management database I used the field InvoiceNO to join any existing credit note with its invoice.
My theory for this so far:
tblSafetyInspectionFormDetails
SIFID, SIFDate, SIFMileage, SIFRegistration
tblSafetyInspectionPoints
SIPID, SIPDescription
tblSafetyInspectionDefects
SIDID, SIDInspectionPointsREF (to use PK for Inspection Points but show description for ease of use), SIDDefectDescription,
tblSafetyInspectionRectification
SIRID, SIRInspectionDefectREF, SIRActionsTaken
Then using this I can create a form to easily fill all 3 tables in at once and print a full computerised report for digital filing. I will store hard copies however the reason for this is so I can then use the data to quickly create queries and reports on what items defect the most on a given vehicle etc...
Hopefully you can understand my rambling as I try to explain whats whizzing through my head.
Any help would, as always, be appreciated. I just want to start on the right foot to avoid nasty suprises once I begin using the database.
Thanks in advance.
Ryan
(SKIP - this part if your not into 'the story')
It has been a while since I last posted. Thanks to the help of the forum members I've been successful in implementing a supplier invoice management database AND an operation management system. Both have been in play for well over a year now and they seem to be working as expected. Ive now had a shift in my job role at work mainly due to my work with the two databases and their success.
NOW! On to my next project!
My next work project is well underway and involves transport management. I have most of the basics now working within my database but before I begin playing with things I don't fully understand I though I'd get some advise if its kindly given.
Part of this database's role is to store essential maintenance and service records of vehicle inspections. (this is the tricky bit) - I have never had to include so much data into one part before and find myself lost.
In simple terms, I need to create tables to record data collected from the below form. However as you'll be able to tell it seems to fall into 3 sections, A tick list of inspection points followed by, if a defect is found, a brief description of the defect and actions taken to rectify said defect.

I have a slight idea how to begin to break this down into sizeable chunks. As not all inspection points will need the 'description of defect' AND 'action' parts filling out.
In my previous invoice management database I used the field InvoiceNO to join any existing credit note with its invoice.
My theory for this so far:
tblSafetyInspectionFormDetails
SIFID, SIFDate, SIFMileage, SIFRegistration
tblSafetyInspectionPoints
SIPID, SIPDescription
tblSafetyInspectionDefects
SIDID, SIDInspectionPointsREF (to use PK for Inspection Points but show description for ease of use), SIDDefectDescription,
tblSafetyInspectionRectification
SIRID, SIRInspectionDefectREF, SIRActionsTaken
Then using this I can create a form to easily fill all 3 tables in at once and print a full computerised report for digital filing. I will store hard copies however the reason for this is so I can then use the data to quickly create queries and reports on what items defect the most on a given vehicle etc...
Hopefully you can understand my rambling as I try to explain whats whizzing through my head.
Any help would, as always, be appreciated. I just want to start on the right foot to avoid nasty suprises once I begin using the database.
Thanks in advance.
Ryan