J
Jacob Frankham
Hi all !
In Access 2000...
If I wanted to update table records to a different value, how is this done
eg if I have a field called 'classes' which contained data like:
IAP ROUTEWAY TRAINING 13 Wks
IAP ROUTEWAY TRAINING 26 Wks
IAP ROUTEWAY TRAINING Extension 13 Wks
IAP ROUTEWAY Extension 26 Wks
IAP ROUTEWAY 13 Wks
IAP ROUTEWAY Extension 13 Wks
and I wanted to change (update) these values into the following format:
IAP Training 13
IAP Training 26
IAP Training Ext 13
IAP Ext 26
IAP 13
IAP Ext 13
ie would like to get rid of 'ROUTEWAY' and 'Wks' ?
how would this be done? Can it be done within an IIF statement inside the
update query or is there some kind of clever code which can iterate through
the records and update the values?
Cheers
Jake
In Access 2000...
If I wanted to update table records to a different value, how is this done
eg if I have a field called 'classes' which contained data like:
IAP ROUTEWAY TRAINING 13 Wks
IAP ROUTEWAY TRAINING 26 Wks
IAP ROUTEWAY TRAINING Extension 13 Wks
IAP ROUTEWAY Extension 26 Wks
IAP ROUTEWAY 13 Wks
IAP ROUTEWAY Extension 13 Wks
and I wanted to change (update) these values into the following format:
IAP Training 13
IAP Training 26
IAP Training Ext 13
IAP Ext 26
IAP 13
IAP Ext 13
ie would like to get rid of 'ROUTEWAY' and 'Wks' ?
how would this be done? Can it be done within an IIF statement inside the
update query or is there some kind of clever code which can iterate through
the records and update the values?
Cheers
Jake