Solved How to display Table / Query arranged by ID number

SalmanZeiad

Member
Local time
Today, 11:52
Joined
Oct 30, 2017
Messages
112
The problem is that it appears untidy and random
 
A table has no specific order, that what a query is for, to specify an order.

SELECT * FROM YourTable ORDER BY YourIDField ASC
 
use the query designer. it gets the sql correct for you.
 

Users who are viewing this thread

Back
Top Bottom