Hi Bigred,
******** in design view of query
use the TopValues property
ie:
TopValues --> 3
TopValues --> 5
in property window for TopValues you can use "%" to get a
percentage of the records instead of a specific number
TopValues --> 10%
******** to modify the SQL Statement,
SELECT TOP # fieldlist FROM ...
where # is 3 or 5 or however many you want
in SQL: if you follow # with " PERCENT", you will get a
percentage of the records instead of a specific number
ie --> SELECT TOP 10 PERCENT fieldlist...
Have an awesome day
Warm Regards,
Crystal
MVP Microsoft Access
remote programming and training
strive4peace2006 at yahoo.com
> I am using Random: Rnd(IsNull(PowerTabDirectory.Item)*0+1)
>
[quoted text clipped - 4 lines]
>
> and so on?
_Bigred - 23 Mar 2006 08:16 GMT
thanks much Crystal
> Hi Bigred,
>
[quoted text clipped - 40 lines]
>>
>> and so on?
strive4peace - 23 Mar 2006 09:31 GMT
you're welcome, Bigred ;) happy to help
Have an awesome day
Warm Regards,
Crystal
MVP Microsoft Access
remote programming and training
strive4peace2006 at yahoo.com
> thanks much Crystal
>
[quoted text clipped - 42 lines]
>>>
>>>and so on?