Hi guys, I still new to access and I want to know how to solve this .
I have a table with 3500 records with following fields : Id_number, Num , Name , Address,. This table used for store customer data .
My job is print 10 record randomly by customer arrival . I made this by use num field and put number manually, example I put 1 ,2 , 3 …. Till 10 , so for print i made criteria , I put 1 and 10 . Problem is because more and more customer is coming , I got confuse to put number manually . are there any way to get it automatic ? I am sure it is simple but don’t know how to do. Please Help.