D
Dave
I have a table of tank volumes. The first
contains "inches" incremented by 1 inch. The remaining
fields are tank names. The data in the table corresponds
to the number of liters in the tank at that particular
inch level. Each tank is different and I do not have
mathmatical functions for the tanks.
I can write queries that will look up the number of liters
in the tank at each incremented inch. However, the
operators will enter half and quarter inch levels so I
need to interpolate between the two levels.
I can do it in Excel getting two values using ROUNDDOWN()
and then adding one, then extrapolating using the
difference . Unfortunately, these functions are not in
Access. Is there an easier way?
Tanks in advance
contains "inches" incremented by 1 inch. The remaining
fields are tank names. The data in the table corresponds
to the number of liters in the tank at that particular
inch level. Each tank is different and I do not have
mathmatical functions for the tanks.
I can write queries that will look up the number of liters
in the tank at each incremented inch. However, the
operators will enter half and quarter inch levels so I
need to interpolate between the two levels.
I can do it in Excel getting two values using ROUNDDOWN()
and then adding one, then extrapolating using the
difference . Unfortunately, these functions are not in
Access. Is there an easier way?
Tanks in advance