Hi All,
I think i'm officially stumped - have tried a few things, but i'm pretty sure this involves some coding.
To begin i'm creating an audit database (auditing issues around the organization). I've "layered" my database in such a way that i have the following tables:
tblAudit (the name / date / etc of the audit)
tblTest (the item's i'm testing in the audit - usually betwene 8-10 items require testing).
tblAttributes (the various attributes I check for each test).
What i want to happen is that when a new "Test / Sample" is created (i.e.// we usually perform 25 tests per audit), the attributes are automatically loaded from tblattributes even if they are nil (but they will never be nill in the end).
I.E//
tblAttributes includes:
> Type of "Attribute" being tested (i.e.// Was proper managemetn oversight completed)
> yes / no field (was this "attribute done)")
> comments
So, when i create a test incident, it will automatically load all the various attributes which i have to "test" so i can simply choose yes / no, and add any comments as required.
Hopefully this makes sense - i'm very stumped here.
Andrew.
I think i'm officially stumped - have tried a few things, but i'm pretty sure this involves some coding.
To begin i'm creating an audit database (auditing issues around the organization). I've "layered" my database in such a way that i have the following tables:
tblAudit (the name / date / etc of the audit)
tblTest (the item's i'm testing in the audit - usually betwene 8-10 items require testing).
tblAttributes (the various attributes I check for each test).
What i want to happen is that when a new "Test / Sample" is created (i.e.// we usually perform 25 tests per audit), the attributes are automatically loaded from tblattributes even if they are nil (but they will never be nill in the end).
I.E//
tblAttributes includes:
> Type of "Attribute" being tested (i.e.// Was proper managemetn oversight completed)
> yes / no field (was this "attribute done)")
> comments
So, when i create a test incident, it will automatically load all the various attributes which i have to "test" so i can simply choose yes / no, and add any comments as required.
Hopefully this makes sense - i'm very stumped here.
Andrew.