Calendar Control

senn2912

New member
Local time
Yesterday, 20:29
Joined
Nov 23, 2011
Messages
7
Hi All,

I have attached a calendar control to a form and what i am wanting to do is when someone selects a date and then presses a button, the date writes back to an existing table and a specific date field.

Can someone please help in anyway? Is this possible?

Thanks,

G
 
You could use an update query that would update the date field you want, and the query would fire on the OnClick event of your button.
The date field would be updated with the calendar object's value
David
 

Users who are viewing this thread

Back
Top Bottom