MS Access 2000 DT Picker

  • Thread starter Thread starter JamesA
  • Start date Start date
J

JamesA

I have used the MS DTPicker on my form and linked it to a
control source StartDate. How can I avoid the
message "Can't set Value to NULL when CheckBox property =
FALSE" when I move between records?

Regards
JKA
 
James
....try put a function in the forms query that traps the null or don't bind
the control and use code in the current and before update events.

--

peter walker MVP

Please post replies to the news group so everyone can benefit.
www.papwalker.com
 
Back
Top