datetime picker data in to date field

J

Jai

I have added datetime picker on to user form and I want this to be saved into
the field called date in the table how can I get this to stored. Is there a
command or code that I need to write or is it just a simple expression using
expression builder.

I want to know is it possible for uding a combo box to select teamname
--->team leader name is displayed ---->Teammembers details are also dispalyed
in a subform.
 
B

Bob Miller

First things first. Never name a field date or any other key word or
function. Call the date field pickdate or anything besides date.
I'm assuming you are using a Datepicker calendar to enter the date. If
that is the case you should set the Control Source property of the
datepicker control to the name of the date field of the table on which
the form is based. That should do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top