Show all transactions that occurred in the 2014 calendar year sorted by month, and then, within each month, list the most expensive transactions first and then alphabetize them by the name of the employee. Display the year, month, cardholder name, the amount of the transaction and the vendor.
Show all transactions that occurred in the 2014 calendar year for more than $3,000. Sort by month and then within each month list the most expensive transactions first and then alphabetize by the name of the employee. Display the year, month, cardholder name, the amount of the transaction and the vendor.
Show all transactions that came from a vendor with Amazon somewhere in the name that occurred in the 2014 calendar year that are more than $3,000. Display the vendor name, employee name, amount, year and month. Sort by amount so the smallest amount is listed first. Save as 4dQuery
How would I go about doing this in Microsoft Access? I have no idea what steps to take, how to sort etc. Like how would I sort by month, then within the month, and that alphabetize without all the fields shifting around? Any help would be appreciated