H
hkgary33
Dear all,
I've built a table with three fields: NAME;DATE;TIME
this table will be automatically append a new record with current date and
time in the DATE & TIME field when the user input their name in the NAME
field. So, if a user input his own name in two different time period, two new
records will be appended,and the table will like:
NAME DATE TIME
Gary 2006-07-10 16:30:00
Gary 2006-07-10 17:10:00
The problem is that I want to perform a QUERY so that when the user input the
NAME field, I can search out and display the latest date and time of that
particular user....but I don't know how to use SQL statement to find out the
latest date and time fields.....can you all help me for writing such a
statement?
THANKS A LOT!!!!
I've built a table with three fields: NAME;DATE;TIME
this table will be automatically append a new record with current date and
time in the DATE & TIME field when the user input their name in the NAME
field. So, if a user input his own name in two different time period, two new
records will be appended,and the table will like:
NAME DATE TIME
Gary 2006-07-10 16:30:00
Gary 2006-07-10 17:10:00
The problem is that I want to perform a QUERY so that when the user input the
NAME field, I can search out and display the latest date and time of that
particular user....but I don't know how to use SQL statement to find out the
latest date and time fields.....can you all help me for writing such a
statement?
THANKS A LOT!!!!