Command Button

G

Guest

I am creating a quick and easy "Job Logging" Database, where we enter
incoming jobs; where they come from; who they are from; date received; and
when the order is filled, when they are logged out. I would like to use a
Command button to "log out". My objective is to be able to have a specifice
job on the screen and then click the "log job out" button and have ACCESS
automatically enter the current date in the "DATE OUT" box for that job. I
don't know how to tell the command button to enter the current date in that
box, is there a macro? Can anyone walk me through it?
 
S

Steve Schapel

Puffin,

Make a macro with the SetValue action. For the arguments of the macro...
Item: [Date Out]
Expression: Date()

Assign this macro on the On Click event property of the command button.
 

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