ListO
07-22-2001, 11:59 AM
Hi, All...
What is the protocol for returning a field of a particular record number in a query?
I would like to pull up the field like this:
For X = 1 to DCount(queryname)
myString = DLookup([fieldname],queryname, "recordnumber =" X)
'mess around with that data for a bit
Next X
I just can't figure out how to reference it if the criteria is simply the record number in that query.
Thanks so much.
-Curt
What is the protocol for returning a field of a particular record number in a query?
I would like to pull up the field like this:
For X = 1 to DCount(queryname)
myString = DLookup([fieldname],queryname, "recordnumber =" X)
'mess around with that data for a bit
Next X
I just can't figure out how to reference it if the criteria is simply the record number in that query.
Thanks so much.
-Curt