sanders720
Programmer
I am trying to setup the following tables and relate them. * represents keyed fields...
1. FUNCTION TABLE
containing the following fields
*DEVICE
FUNCTION
DEVICE ALARM REFERENCE
HARDWARE SPECIFICATION
VALIDATION
SOFTWARE SPECIFICATION
FUNCTION CODE
2. VALIDATION TABLE
containing the following fields
*DEVICE
VALIDATION
RISK AREA
ACTION
TEST NUMBER
3. DEVICE TABLE
containing the following fields
*DEVICE
*DEVICE CODE REFERENCE
*ALARM CODE REFERENCE
PART NUMBER
PART DESCRIPTION
MANUFACTURER
4. DEVICE CODE TABLE
containing the following fields
*DEVICE CODE REFERENCE
DEVICE CODE
5. ALARMS TABLE
containing the following fields
*ALARM CODE REFERENCE
ALARM
The Function Table relates to the Device as well as the Validation Tables, as there are several validations and devices per function. The Device Code Table relates to the Device Table, as there are several device codes per device. The Alarms Table also relates to the Device table, as there are also many alarms per device.
I realize there is a way to setup tables in the middle, etc. to facilitate my intentions - But everything I've read has been confusing. I would like to set it up so that I can hit the + or - on the table and have the tables step through, prior to creating forms and VB code.
Any help you can provide is greatly appreciated.
1. FUNCTION TABLE
containing the following fields
*DEVICE
FUNCTION
DEVICE ALARM REFERENCE
HARDWARE SPECIFICATION
VALIDATION
SOFTWARE SPECIFICATION
FUNCTION CODE
2. VALIDATION TABLE
containing the following fields
*DEVICE
VALIDATION
RISK AREA
ACTION
TEST NUMBER
3. DEVICE TABLE
containing the following fields
*DEVICE
*DEVICE CODE REFERENCE
*ALARM CODE REFERENCE
PART NUMBER
PART DESCRIPTION
MANUFACTURER
4. DEVICE CODE TABLE
containing the following fields
*DEVICE CODE REFERENCE
DEVICE CODE
5. ALARMS TABLE
containing the following fields
*ALARM CODE REFERENCE
ALARM
The Function Table relates to the Device as well as the Validation Tables, as there are several validations and devices per function. The Device Code Table relates to the Device Table, as there are several device codes per device. The Alarms Table also relates to the Device table, as there are also many alarms per device.
I realize there is a way to setup tables in the middle, etc. to facilitate my intentions - But everything I've read has been confusing. I would like to set it up so that I can hit the + or - on the table and have the tables step through, prior to creating forms and VB code.
Any help you can provide is greatly appreciated.