1
Answer

Database - strange error

onez

onez

20y
1.7k
1
I update a Access database by inserting new records which I want sorted by date. They get added at the end so I have do go in and sort them descending to move them up top. I save the database, close it, and reopen it days later. I use my DataReader FindLastDate() function at it shows the same new dates still at the bottom! Why is this? Is there a way to sort a database automatically or permanently? Is there a way I can insert my records at the top?
Answers (1)
1
Nilesh Patil

Nilesh Patil

NA 3.4k 6.9k 7y
Hi,
 
Read this documentation 
 
https://cdn.sparkfun.com/assets/resources/4/4/PWM_output_Arduino.pdf 
Accepted
0
Munish A

Munish A

NA 1.9k 42.1k 7y
Thank you Nilesh