I think by "Starting At" they are wanting the full dataset but start somewhere in the middle of the dataset so pressing [F7] would go to 131 and pressing [F8] would go to 133 in the first example in the second example pressing [F7] would go to Bob and pressing [F8] would go to Zack.
Having the form based on a temp view and property table 'refresh' would allow for a pseudo version of this. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MikeB Posted At: Thursday, November 04, 2004 2:05 PM Posted To: RB7-L Conversation: [RBG7-L] - Re: Editing Prev/Next Subject: [RBG7-L] - Re: Editing Prev/Next > > EDIT USING master STARTING AT id_number = 132 ORDER BY id_number > > How is that different from EDIT USING master Where id_number >= 132 ORDER BY id_number > > > > EDIT USING master WHERE lastname = 'Smith' ORDER BY firstname > > STARTING AT firstname = 'John' Same here... EDIT USING master WHERE lastname = 'Smith' and firstname >= 'John' ORDER BY firstname
