M
Mark S
I have an existing inventory database that is used for spare parts for other
equipment. There are currently about 7000 spare parts for about 50 different
pieces of equipment. The maximum forseeable growth would be to under 100
pieces of equipment.
I would like to add a "used on" code to the database to better track what
spares are used on which piece of equipment. This would primarily be used
when a piece of equipment is sold or becomes obsolete, the spares could go
out the door with it. Unless of course the spare part is used on another
piece of equipment.
Would it be better to use an individual logical field for each piece of
equipment? Access allows up to 255 fields, so even at 100 fields, the spares
inventory table would be well under that size.
Or should I look to somehow encode and decode a single field with the
information I need? If so, any suggestions?
equipment. There are currently about 7000 spare parts for about 50 different
pieces of equipment. The maximum forseeable growth would be to under 100
pieces of equipment.
I would like to add a "used on" code to the database to better track what
spares are used on which piece of equipment. This would primarily be used
when a piece of equipment is sold or becomes obsolete, the spares could go
out the door with it. Unless of course the spare part is used on another
piece of equipment.
Would it be better to use an individual logical field for each piece of
equipment? Access allows up to 255 fields, so even at 100 fields, the spares
inventory table would be well under that size.
Or should I look to somehow encode and decode a single field with the
information I need? If so, any suggestions?