Hi, I would like the update the blank records in a field, but with sequential numbers, from 13-2141. (ie: the first blank record would be updated with the number 13 and the last blank record with the number 2141)
How can I change the following sql stament to get the results I want:
UPDATE FISHSRY_SCCT_MAIN SET FISHSRY_SCCT_MAIN.Meta_data_ID = "meta_data_id +12"
WHERE (((FISHSRY_SCCT_MAIN.Meta_data_ID)=0 Or (FISHSRY_SCCT_MAIN.Meta_data_ID) Is Null));
Thanks for your time
Sue
How can I change the following sql stament to get the results I want:
UPDATE FISHSRY_SCCT_MAIN SET FISHSRY_SCCT_MAIN.Meta_data_ID = "meta_data_id +12"
WHERE (((FISHSRY_SCCT_MAIN.Meta_data_ID)=0 Or (FISHSRY_SCCT_MAIN.Meta_data_ID) Is Null));
Thanks for your time
Sue