hi,
I have a database which lists a number of car rental records, each with the associated length of car rental - e.g. record 1 has rental length of 2.3 days, record 2 has a rental length of 5.2 days etc. etc.
What I would like to do is add a field which characterises each record by the following category
rental length <2 days
rental length 2 - 3 days
rental length 3 - 4 days etc
I can definitely do this by running update queries in sequence. is there a smart way in which I can get the table to update the table all at once? any suggestions gratefully received!
many thanks
gavin
I have a database which lists a number of car rental records, each with the associated length of car rental - e.g. record 1 has rental length of 2.3 days, record 2 has a rental length of 5.2 days etc. etc.
What I would like to do is add a field which characterises each record by the following category
rental length <2 days
rental length 2 - 3 days
rental length 3 - 4 days etc
I can definitely do this by running update queries in sequence. is there a smart way in which I can get the table to update the table all at once? any suggestions gratefully received!
many thanks
gavin