Need to sort my database such that to view a single customers payment over a year

Recommended Answers

All 3 Replies

You need to add ORDER BY clause to your SQL.

Select the field on which you need to sort (may be payment _date in your case)

commented: nice.. +1

You need to add ORDER BY clause to your SQL.

Select the field on which you need to sort (may be payment _date in your case)

does the same apply if am using Access

what you mean single costomer over a year...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.