E
elli
Hello everybody
I'm working on a database that tracks all the hardware of our computers.
Everything I've done so far seems to work fine, but some questions rised to
my mind.
I need a field for inventory. There's no need for anything else but the date
when when the piece was 'inventoried'. No need saving old dates etc.
Next year when the new inventory comes, the old date can just be replased.
So is it totally wrong not making a new table with InventoryID,
InventoryDate?
The db also keeps track on what 'net' the CPU is in. There are four 'Nets'
and one machine can be in several or in none of those. Now I just have four
field for nets with a yes/no. Seems to me that making a table for every net
with just one boolean field is useless, while having four yes/no field in
the main table does the same...
Any adwise or help?
Sorry my bad english and messy questions...
A non-englishspeaking-access-newbie here...
I'm working on a database that tracks all the hardware of our computers.
Everything I've done so far seems to work fine, but some questions rised to
my mind.
I need a field for inventory. There's no need for anything else but the date
when when the piece was 'inventoried'. No need saving old dates etc.
Next year when the new inventory comes, the old date can just be replased.
So is it totally wrong not making a new table with InventoryID,
InventoryDate?
The db also keeps track on what 'net' the CPU is in. There are four 'Nets'
and one machine can be in several or in none of those. Now I just have four
field for nets with a yes/no. Seems to me that making a table for every net
with just one boolean field is useless, while having four yes/no field in
the main table does the same...
Any adwise or help?
Sorry my bad english and messy questions...
A non-englishspeaking-access-newbie here...