Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

insterting dates into a table

Status
Not open for further replies.

tpowers

Technical User
Nov 2, 2002
153
US
Hello this may seem silly but I have created a form that the current data and time have displayed on the screen when the form loads. However I am having a problem with my queries and reports because the date that shows up on the screen does not appear in the table. Can any one help me with this.

The code that I am using in the form is DATE() and TIME().
 
All you need to do is insert a Save DoCmd into your form's "on close" property.
 
Ok, I tried what you said and I got an error.

This is the code that I entered for the on click event:

docmd.Save (acTable,clientEntry)

and I got this error:

Expected:=

can you tell me why?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top