M
Mario
i have this code
SELECT TOP 20 (FROM[..] as... order by...
the query returns top 20 records.
I want to make that number changeable
I already have the number in a Form that changes the value of top records.
Please help
SELECT TOP 20 (FROM[..] as... order by...
the query returns top 20 records.
I want to make that number changeable
I already have the number in a Form that changes the value of top records.
Please help