Is it possible to have the current day's system date (in the Short Date format) as one of the values in my combo box?
I've played around with =Now() and things like that but it literally displays =Now() as the value and I want it to display 12/13/2000 (for example). I'm thinking I probably have to create a user-defined function that retrieves the system date and use that function name as the property value for RowSourceType?
Any suggestions? Thanks!
I've played around with =Now() and things like that but it literally displays =Now() as the value and I want it to display 12/13/2000 (for example). I'm thinking I probably have to create a user-defined function that retrieves the system date and use that function name as the property value for RowSourceType?
Any suggestions? Thanks!