Anybody have any idea how to make the date field in a table default to the date chosen in the calendar? (Sorry to make that two questions in as many days, but what can I say?)
Thanks,
Brian
Alex Dybenko - 06 Jul 2004 20:13 GMT
in table - you can't. but you can do in a form

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> Anybody have any idea how to make the date field in a table default to the date chosen in the calendar? (Sorry to make that two questions in as many
days, but what can I say?)
> Thanks,
> Brian
Paul Doree - 22 Jul 2004 22:12 GMT
Brian
Me.caldateref.Value = Me.calendar.Value
where Me.calendar is the name of the calendar object and Me!caldateref is
the control on the form bound to the date field in the table
> Anybody have any idea how to make the date field in a table default to the date chosen in the calendar? (Sorry to make that two questions in as many
days, but what can I say?)
> Thanks,
> Brian