View Single Post
  #2  
Old May 28th, 2010, 02:56 AM posted to microsoft.public.access.forms
Lord Kelvan
external usenet poster
 
Posts: 637
Default Sendobject Question

Ok first point date time pickers can be hard to control, as they are
activex controls

I would ask yourself if you need to use it or will a text box suffice.

Anyways if a user needs to select the date of their reminder then why
would you need to use dateadd(). Or does the user say I want a
reminder in 30 days. Cannot they just select the value then you save
that value in the database to be use at the later date.

As a note I have found the Microsoft datetimepicker control doesn’t
work being bound. I have found if you bind it when you open the form
again it resets the value in the database to when you created the
control rather than displaying the value in the database so just take
note and be careful.

If I have got the wrong end of the stick please explain again.

Regards
Kelvan