Access text box to display date -


i have database track user errors includes field date error occurred, titled enough "error date".

on main form when database opens add text box or other box type display oldest error date, , update automatically if new entry added older date.

so example among records in database oldest error date 10/24/2016. want display that. if add new record error date of 10/15/2016, want box update , start displaying 10/15/2016.

any way this?

as simple is, use dmin.

use following control source text box (replace table , field names):

=dmin("fieldname", "tablename") 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -