Update a field with a button

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

Guest

Hello:

I just want to put a button on my form that when clicked it will put the
current date in a field on my form. I believe that there is an easy way to do
this with expression builder or a macro, but it's escaping me right now. Any
help not involving visual basic is appreciated.
 
Not sure how to do it without vb (don't know why you would not want to use a
powerful tool like coding).

Just add the following code to your CLICK event.


[Somefieldname] = Date()
 

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