HI All,
I have a report that has a SQL written in the record source.
it's just a simple select statement that picks out records from a table, with it's records sorted by descent from one of it's fields.
i want to limit the amount of records pulled by this query, but the Top Value function somehow doesnt work on it.
i think that it's might have something to do with the query not being a "proper" one, one that is created and saved as an object in the database.
i wonder if there's some SQL code that can limit the number of records being pulled. but my SQL skill is very limited.
Please help
Thanks
I have a report that has a SQL written in the record source.
it's just a simple select statement that picks out records from a table, with it's records sorted by descent from one of it's fields.
i want to limit the amount of records pulled by this query, but the Top Value function somehow doesnt work on it.
i think that it's might have something to do with the query not being a "proper" one, one that is created and saved as an object in the database.
i wonder if there's some SQL code that can limit the number of records being pulled. but my SQL skill is very limited.
Please help
Thanks