Guest_imported
New member
- Jan 1, 1970
- 0
I want to create a popup calendar that when you choose the date from it, it places it into a date filed on the main form.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SelectedDate() = ActiveXCtl16.Value
SomeOtherField.SetFocus
ActiveXCtl16.Visible = False
[\code]
You can add any 'If ... Then' tests to make sure no one is entering their work hours for next week instead of this week, etc.