All,
I am in need of a way to auto create records based on a circuit level field. I have been tasked with creating a circuit inventory DB to track company facility assignments.
Scenario: A user is entering a new facility assignment.
IE OC48. Which is assigned a unique id (autonumber).
When this record is created, I need the system to look in the circuit level field and automagically create 48 spare DS3 level circuits that will have the OC48 unique id assigned (for linking purposes) to create a hierarchy of circuit assignments.
I will obviously have to do this for each hierarchy in the circuit scheme.
OC48 - Create 48 DS3
For each DS3 - will need 28 DS1's associated to them
For each DS1 - will need to create 24 DS0's
These will all depend on which circuit level is selected.
How can I do this.
Fields
UniqueID - AutoNumber
CFA - Text Field
CircuitLevel - OC48;OC12;OC3;DS3;DS1;DS0
SwitchA - Text Field
SwitchZ - Text Field
Slot - Number field
These are just some of the fields.
Thanks for the help everyone, I appreciate it
I am in need of a way to auto create records based on a circuit level field. I have been tasked with creating a circuit inventory DB to track company facility assignments.
Scenario: A user is entering a new facility assignment.
IE OC48. Which is assigned a unique id (autonumber).
When this record is created, I need the system to look in the circuit level field and automagically create 48 spare DS3 level circuits that will have the OC48 unique id assigned (for linking purposes) to create a hierarchy of circuit assignments.
I will obviously have to do this for each hierarchy in the circuit scheme.
OC48 - Create 48 DS3
For each DS3 - will need 28 DS1's associated to them
For each DS1 - will need to create 24 DS0's
These will all depend on which circuit level is selected.
How can I do this.
Fields
UniqueID - AutoNumber
CFA - Text Field
CircuitLevel - OC48;OC12;OC3;DS3;DS1;DS0
SwitchA - Text Field
SwitchZ - Text Field
Slot - Number field
These are just some of the fields.
Thanks for the help everyone, I appreciate it