Greg58 Posted September 11, 2019 Posted September 11, 2019 I am trying to loop through just 5 records (just using a test file) to copy owner ID's into consecutive fields on a separate layout. The loop is working, but copies each of the 5 ID's into each field over 5 fields. Can anyone advise what I am doing wrong please??
comment Posted September 11, 2019 Posted September 11, 2019 (edited) 1 hour ago, Greg58 said: copy owner ID's into consecutive fields Can you explain in more detail what exactly you're trying to do and (most importantly) why? From what I can see, your script loads a global (?) field with a list of all values in the __pk_Owner field in the current found set. Then it goes to another layout of the same (!) table and does nothing. None of this makes much sense to me, and I don't see any "consecutive fields". Edited September 11, 2019 by comment
Greg58 Posted October 1, 2019 Author Posted October 1, 2019 Actually I worked it out thanks. This was just trial and error file I was using to experiment with. Again thanks for your time.
Recommended Posts
This topic is 1878 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