tnasch Posted May 13, 2010 Posted May 13, 2010 My target is to allocate specific numbers to my 963 existing records. The number needs to increase by 1 every 5 records. So records 1 - 5 are all allocated number 1, 6-10 2, 10-15 : 3 and so on. I have created a new field for this new number to be displayed in but I can't work out how to auto-enter the data I require. Any help would be gratefully received - thanks!
comment Posted May 13, 2010 Posted May 13, 2010 If this is a one-time operation: Show all records, in the order you want them numbered. Click in the new field and select Records > Replace Field Contents… > Replace with calculated result: Ceiling ( Get (RecordNumber) / 5 ) Alternatively, set the field to auto-enter a serial number and use a calculation field for the grouping (this will work for any new records, too).
tnasch Posted May 13, 2010 Author Posted May 13, 2010 Actually, now I need to perform a similar task but with a different found set. the number needs to repeat every 3 records but I need to start the number from 194 instead of 1. I've tried changing the calculation function but am not having much luck. Can you (or anyone) help me a little further. Thanks.
Recommended Posts
This topic is 5658 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now