R
Robert
I have a form with a list box on it. The list box displays the result of a
query. The Openargs which is input to the form contains a number. I want
to limit the list box to that number of records. That's all. It can
display any of the records as long as the number does not exceed this input
variable number. The rest of the records do not appear. What is the
simplest way of doing this? Should I try to put a SELECT TOP or something
like that in my query or should I add a numbering column and use the where
clause to select only those records <= the openargs.
Robert
query. The Openargs which is input to the form contains a number. I want
to limit the list box to that number of records. That's all. It can
display any of the records as long as the number does not exceed this input
variable number. The rest of the records do not appear. What is the
simplest way of doing this? Should I try to put a SELECT TOP or something
like that in my query or should I add a numbering column and use the where
clause to select only those records <= the openargs.
Robert