Q: How do i use a date format on part of a control.
I have a control
I want to pass a format on the EAS field to be YYYYMMDD.
This is what I have used previosly but within a single control. How do i use this format on the EAS part of the control.
I have looked but nothing refers to only part of the control.
Sgt B
I have a control
Code:
=[EAS] & " Section: " & [Instrument]
This is what I have used previosly but within a single control. How do i use this format on the EAS part of the control.
Code:
=Format(Date(),"YYYYMMDD")
Sgt B
Comment