A
Allan Jackson
Hello
I hope that someone may be able to assist.
I have a table that contains numerous fields, including 30 fields labelled
time1, time2, time3.........time30.
Each field can contain a time value (hh:nn:ss) but it is not necessary for
each field to have a value. That is, each record can have various times
entered. eg record 1 can have a time in field 1 up to 20, record 2 can have
a value in field 1 up to 15 and so on. The only rule that applies is that
there can only be a maximum of 30 time entries per record.
My problem is, I must be able to locate the lowest time value in each
record. I have tried nested "iff" statements but as you can gather this
become extremely cumbersome and with the limitations in access, it becomes
to complex for access to handle. Does anyone know of another way to achieve
a way of finding the lowest time value.Bearing in mind, I have limited
knowledge of SQL.
I hope that this makes sense.
Many Thanks
Regards
Allan
I hope that someone may be able to assist.
I have a table that contains numerous fields, including 30 fields labelled
time1, time2, time3.........time30.
Each field can contain a time value (hh:nn:ss) but it is not necessary for
each field to have a value. That is, each record can have various times
entered. eg record 1 can have a time in field 1 up to 20, record 2 can have
a value in field 1 up to 15 and so on. The only rule that applies is that
there can only be a maximum of 30 time entries per record.
My problem is, I must be able to locate the lowest time value in each
record. I have tried nested "iff" statements but as you can gather this
become extremely cumbersome and with the limitations in access, it becomes
to complex for access to handle. Does anyone know of another way to achieve
a way of finding the lowest time value.Bearing in mind, I have limited
knowledge of SQL.
I hope that this makes sense.
Many Thanks
Regards
Allan