alta_flyer Posted March 21, 2004 Posted March 21, 2004 I have a repeating field with 12 values. Does anyone have a simple way to delete all the values in a repeating field in a found set of records. I was hoping a function to move to the next repetition in a field was available. But I can't find one. My solution currently contains 12 steps i.e. using the Replace["field rep 1",value] Version: v5.x Platform: Windows XP
-Queue- Posted March 22, 2004 Posted March 22, 2004 Here's one simple method using two loops, one to loop through the records and one to loop through the repetitions. It only requires that you ensure the Tab order flows consecutively through the repetitions and that at least one other field is on the layout. clearreps.zip
CyborgSam Posted March 22, 2004 Posted March 22, 2004 Another really neat technique is on http://www.datatude.net/ in the Tips and Download section. The title is "Clear All Repetitions"
Recommended Posts
This topic is 7621 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