D
Daniel
Hi everyone,
I'm trying to normalise my database, but am running into a problem due
to the field's data type.
Here's a simple example:
tblCables:
FLD. NAME.........FLD. TYPE
cableID .............. autonumber
size ................... string or double
unitsSystem........ boolean
If unitsSystem is "American", then I need to store the size as a
string, but if unitsSystem is "metric", then I want to store the size
in square millimetres (a double field). What is the proper way to
design this database?
Thank you,
Daniel
I'm trying to normalise my database, but am running into a problem due
to the field's data type.
Here's a simple example:
tblCables:
FLD. NAME.........FLD. TYPE
cableID .............. autonumber
size ................... string or double
unitsSystem........ boolean
If unitsSystem is "American", then I need to store the size as a
string, but if unitsSystem is "metric", then I want to store the size
in square millimetres (a double field). What is the proper way to
design this database?
Thank you,
Daniel