September 11, 20196 yr 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??
September 11, 20196 yr 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, 20196 yr by comment
October 1, 20196 yr Author Actually I worked it out thanks. This was just trial and error file I was using to experiment with. Again thanks for your time.
Create an account or sign in to comment