J JPR Registered User. Local time Today, 08:23 Joined Jan 23, 2009 Messages 202 Monday at 5:44 PM #1 Hello, I would like to add two unbound text boxes on a form which indicate the 1st day of the current year (txtFrom) and the current date (txtTo). Thank you for your help.
Hello, I would like to add two unbound text boxes on a form which indicate the 1st day of the current year (txtFrom) and the current date (txtTo). Thank you for your help.
theDBguy I’m here to help Staff member Local time Today, 08:23 Joined Oct 29, 2018 Messages 22,563 Monday at 5:47 PM #2 =DateSerial(Year(Date()),1,1) =Date()