Calendar: Need Help with Code

scgoodman

scgoodman
Local time
Today, 06:36
Joined
Jun 6, 2008
Messages
87
Can someone please look at my code and tell me why the value will not return to my form (RDL) there is a command button in Form tblMasterData.

I cannnot get it to return a value.

Also would like to set date to today's date when the calendar pulls up.

Please help, I have attached the database.
 

Attachments

There are a number of issues with your db but nothing will work until your query is updateable. Have a look at this link for some ideas on the query: Why is my query read-only?
 
BTW, when all is said and done. you are trying to put a DateTime value from your Calendar into a Text field.
 

Users who are viewing this thread

Back
Top Bottom