Microsoft Access Date Time Picker with Analog Clock - Introduction and WalkThru of Template

preview_player
Показать описание
This is a video walkthru of my new Microsoft Access Date and Time Popup Picker Template. The purpose of this video is to show you all of the features in the template. You can purchase the template for your use at the link provided below.

This database uses nothing but Microsoft Access to provide you with a popup calendar date picker form and a popup time picker form. I hate external objects (DLLs, COM objects, etc.) Microsoft removed the built-in calendar control in Access 2010, and they replaced it with a simple date picker popup in the control. Some people (including me) want more control over that date popup. So, a few years ago, I created my Calendar Control Replacement (see link below).

You can use this as a popup form, or embed it inside of your other forms. And of course, it's completely customizeable and you get the full source code when you purchase the template.

CALENDAR CONTROL & SEMINAR

If enough of you want to see how this database was built, I would be happy to record a detailed lesson video, but for now it's available only as a template. I do cover how I built the Calendar Control Template in my Access Calendar Seminar and the techniques are very similar.

RESOURCES:

Рекомендации по теме
Комментарии
Автор

I have a basic question. Why does the Date() function in a text box return #name? Also, why does it work on one computer but doesn’t work on another computer?

Ded
Автор

Just add two text boxes for hour and minute to the form and a command button. In the click event handler of command button write some code which reads the values from text boxes, convert them into Date data type then set it to the control which is bound to the time field of table!

ramadash
Автор

Great stuff as always Rich - thought you were going to tell us how though, for free! Guess I get to cough up....

Fermitas