Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Navigating Repeating Fields

Status
Not open for further replies.

doug34

Technical User
Sep 24, 2003
1
US
I have two repeating fields. Field #1 contains text information and Field #2 is empty. I need to copy the contents of Field #1 into Field #2 based on the contents of Field #1. I've successfully copied the information in Field #1 using the GetRepitition command. It moves through each repition by using a global counter for the second argument, compares the GetRepition value, copies it if it meets certain criteria or moves to the next one if it doesn't meet the criteria.

Now the problem... I have the value copied and I now need to move down Field #2 based on the contents of Field #1. There doesn't seem to be any "navigational" type commands for repeating fields. Any help would be greatly appreciated.
 
I don't understand "and I now need to move down Field #2 based on the contents of Field #1". Are you trying to move from record tp record based on the field 2 content?

Marty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top