Insert Date & Time on click

S

SnackBar

Hi

I have built a database to replace an old Job Clocking Card system in a
factory. When the user enters their job details and presses submit i would
like the Date and Time to be automatically placed into a table with fields i
have already defined and Data and Time.

Is this possible? Is so does anyone know the VBA/Marco for it or point me in
the right direction.

Would greatly appreicate it if anyone could help.

Kind Regards

Adam Gale
 
J

John Spencer

You could set the defaults for the fields to
Date() and Time()

That way the current date and time will automatically be entered when the
record is started.

--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 

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