Got it. Thanks! Ron -----Original Message----- From: FileMaker Pro Discussions [mailto:[EMAIL PROTECTED] On Behalf Of Tom Elliott Sent: Saturday, November 22, 2008 8:01 AM To: [email protected] Subject: Re: Last field in table...?
Ron Capture (into local variables) the field name & repetition number of the field you start at using Get( ActiveFieldName ) and Get( ActiveRepetitionNumber) and after the Go to Next Field step check if you ar back there yet - if so Exit Loop cheers Tom On 22 Nov 2008, at 12:49 pm, Ron wrote: > I have a Go To Next Field loop to gather info about a table I am > converting. > How do I know when I am out of fields.? > Since this command goes to each iteration of each repeating field, > there is basically an unknown number of fields! > > Ron Carr >
