I have made query mention name of patient and balance .I have made it to display the record in ascending order the thing which i am in stuck is that how to display the result of only top 25 % from the total sales figures
Current query "
SELECT [Patient Financial Info].[Patient ID], [Patient Financial Info].[Previous Balance]
FROM [Patient Financial Info]
ORDER BY [Patient Financial Info].[Previous Balance] DESC;