Okay, this has got to be easy but I'm new to this so please help me out.
Have a nice form that's working great. I get two user numbers from this form that I multiply to get a number (X), now I need to use this number to bring back the first X rows from the query (base) created from the database...
SELECT ????? from qry.base where ??????.
For example, if x = 50 I want the first 50 rows from this query. I've gone through the Microsoft hel(l)p looking for how to just select what is essentially a 'Top N', but I can't find it....
Thanks for your help,
Torn
Have a nice form that's working great. I get two user numbers from this form that I multiply to get a number (X), now I need to use this number to bring back the first X rows from the query (base) created from the database...
SELECT ????? from qry.base where ??????.
For example, if x = 50 I want the first 50 rows from this query. I've gone through the Microsoft hel(l)p looking for how to just select what is essentially a 'Top N', but I can't find it....
Thanks for your help,
Torn