Hi Guys,
I am currently working non a new database, which is designed around electrical fuse boxes.... I must admit, I am very much a beginner at this, so please go easy on me
Currently, we have a few different fuse boxes, they are 36, 48, 72 and 96 way. What I plan to do eventually, is create a database where I can input information about the way in which they are wired etc...
My first question is this. I plan to create a table for each 'type' of fuse box. The table would be as follows;
Way|Load Type|Voltage|Current|Hookup 1|Hookup|
Those would be the columns, and each line represents a 'way' of the fuse box. I would then use a Form to enter the information.
The Load Column, will cross reference to another table, that knows the voltage and current already, so in the form I just enter the Load Type and Hookup next to the way. The hookup information will also come from a separate form, with the hookups already in. A hookup is effectively the cable its terminated to.
So, the question. IF I have a job, which requires more than one 48 way (for example), is there a way I can get the table to re-produce itself and copy its contents (bar the 'data') to a new table. So for example, the first 48 way is called "48 Way One" the second "48 Way 2"....
I plan to have an initial 'config' page, where a I write in how many of each type of fuse box I have. What I would really like, is for the form for each fuse box (ie 48 Way One, 48 Way Two) to create themselves Tabs in the form, and obviously work with the table...
Does anyone know if its possible do something like this, and what the best way to do it would be?
Many Thanks.
Sorry for the long post!
I am currently working non a new database, which is designed around electrical fuse boxes.... I must admit, I am very much a beginner at this, so please go easy on me

Currently, we have a few different fuse boxes, they are 36, 48, 72 and 96 way. What I plan to do eventually, is create a database where I can input information about the way in which they are wired etc...
My first question is this. I plan to create a table for each 'type' of fuse box. The table would be as follows;
Way|Load Type|Voltage|Current|Hookup 1|Hookup|
Those would be the columns, and each line represents a 'way' of the fuse box. I would then use a Form to enter the information.
The Load Column, will cross reference to another table, that knows the voltage and current already, so in the form I just enter the Load Type and Hookup next to the way. The hookup information will also come from a separate form, with the hookups already in. A hookup is effectively the cable its terminated to.
So, the question. IF I have a job, which requires more than one 48 way (for example), is there a way I can get the table to re-produce itself and copy its contents (bar the 'data') to a new table. So for example, the first 48 way is called "48 Way One" the second "48 Way 2"....
I plan to have an initial 'config' page, where a I write in how many of each type of fuse box I have. What I would really like, is for the form for each fuse box (ie 48 Way One, 48 Way Two) to create themselves Tabs in the form, and obviously work with the table...
Does anyone know if its possible do something like this, and what the best way to do it would be?
Many Thanks.
Sorry for the long post!