Thanks alot dimis and Coffee Minion. I am now able to login. I am facing any problem now and i seriously need your help. I am not sure how to display record from the database according to the latest date. I tried using the following code, and it display all the record that contains Jam, arrange according to the date in decending order. Which is not what i want.
sql = "SELECT * FROM TrafficCon WHERE Condition='Jam' ORDER BY TDate DESC"
If I only want to display record according to the latest date, how should i do? Attach is my updated database and program.
Thank you very much for your help.
