Hi
I'm trying to replace the input box selection with a selectable calendar icon instead. How do I do that?
Thanks,
Project_Due_Date = InputBox("What is the project due date in mm/dd/yyyy format?")
If Not IsNull(Project_Due_Date) Then
Me.Project_Due_Date.Value = Project_Due_Date
End If
I'm trying to replace the input box selection with a selectable calendar icon instead. How do I do that?
Thanks,
Project_Due_Date = InputBox("What is the project due date in mm/dd/yyyy format?")
If Not IsNull(Project_Due_Date) Then
Me.Project_Due_Date.Value = Project_Due_Date
End If