I have a column in the field which is the date the data is uploaded and is not sorted by this date. How do i display the latest date on a form in a text box?
1 Jan 2009
2 Mar 2008
2 May 2008
so on my form latest uploaded date should be 1 Jan 2009. how do i do that? do i have to query the database. and then put it in control source?
1 Jan 2009
2 Mar 2008
2 May 2008
so on my form latest uploaded date should be 1 Jan 2009. how do i do that? do i have to query the database. and then put it in control source?