Date is not showing up in table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a form from an existing table. I would like to add a field to
the form that automatically generates the date. The date is showing up in
the form but not in the table. I am using a simple expression =Date(). Could
someone please help?
 
Do you have the control in your form bound to a field in your table? Where
are you putting the expression you mention?
 
Do you have the control in your form bound to a field in your table? Where
are you putting the expression you mention?
 
Orpen up the from in design view.
Right click on the date field and bring up Properties.
Go to the Data tab.
What does it say under Control Source?
If nothing, you do not have it linked to your table. You need to have a
Date/Time field in the table AND it must be in the Control Source of the text
box. If the form is based on a query, you may also need to add the date field
in the query.

I recommend putting the =Date() as the default value in the field within the
table and not the form. You will still see the current date in the form for
new records.
 
Orpen up the from in design view.
Right click on the date field and bring up Properties.
Go to the Data tab.
What does it say under Control Source?
If nothing, you do not have it linked to your table. You need to have a
Date/Time field in the table AND it must be in the Control Source of the text
box. If the form is based on a query, you may also need to add the date field
in the query.

I recommend putting the =Date() as the default value in the field within the
table and not the form. You will still see the current date in the form for
new records.
 

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

Back
Top