M
Melinda
I am trying to design a database that tracks fleet
vehicles, their related costs, and the ending monthly
odometer readings for each vehicle. The table I am
struggling with is the odometer readings. According to
the data I have learned/read, date sensitive data should
be stored in one field. Below is the layout of the table
as I have it now. Would someone please suggest to me the
best way to handle this? I need for my users to be able
to enter the odometer readings each month, easily and be
able to calculate miles/mo.
tblOdometerReadings
strVehicleID (pk)
strYear
strJan
strFeb
..
..
..
strDec
Thanks.
Melinda
vehicles, their related costs, and the ending monthly
odometer readings for each vehicle. The table I am
struggling with is the odometer readings. According to
the data I have learned/read, date sensitive data should
be stored in one field. Below is the layout of the table
as I have it now. Would someone please suggest to me the
best way to handle this? I need for my users to be able
to enter the odometer readings each month, easily and be
able to calculate miles/mo.
tblOdometerReadings
strVehicleID (pk)
strYear
strJan
strFeb
..
..
..
strDec
Thanks.
Melinda