Jan 23, 2002 #1 sevex Programmer Joined Sep 18, 2001 Messages 74 Location CA If I have a query called "get_records" I know I can output a single field from it using #get_records.onefield# Is there a quick way to specify which row to output? something like #get_records.onefield[4]# or something...
If I have a query called "get_records" I know I can output a single field from it using #get_records.onefield# Is there a quick way to specify which row to output? something like #get_records.onefield[4]# or something...
Jan 23, 2002 #2 KevinFSI Programmer Joined Nov 17, 2000 Messages 582 Location US Yeah, that's exactly how you'd do it. queryName.columnName[recordNumber] Kevin slanek@ssd.fsi.com "Life is what happens to you while you're busy making other plans." - John Lennon Upvote 0 Downvote
Yeah, that's exactly how you'd do it. queryName.columnName[recordNumber] Kevin slanek@ssd.fsi.com "Life is what happens to you while you're busy making other plans." - John Lennon
Jan 23, 2002 Thread starter #3 sevex Programmer Joined Sep 18, 2001 Messages 74 Location CA you've gotta be kidding! I just made that up out of the blue thanks Upvote 0 Downvote
Jan 23, 2002 #4 KevinFSI Programmer Joined Nov 17, 2000 Messages 582 Location US No sweat. Enjoy. Kevin slanek@ssd.fsi.com "Life is what happens to you while you're busy making other plans." - John Lennon Upvote 0 Downvote
No sweat. Enjoy. Kevin slanek@ssd.fsi.com "Life is what happens to you while you're busy making other plans." - John Lennon
Jan 23, 2002 Thread starter #5 sevex Programmer Joined Sep 18, 2001 Messages 74 Location CA Oh I will... Upvote 0 Downvote