Results 1 to 2 of 2
  1. #1
    dominic francis is offline Novice
    Windows Vista Access 2007
    Join Date
    Jan 2016
    Posts
    5

    command button

    I have a DB with a form with addresses on it. I am looking for a way to add a button to the form that will send the address and date/time to a log sheet for tracking of specific addresses. I'm stumped. HELP PLEASE

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    make an append query.
    Take the query/table you are using in the form, use it to add records to the tLog table and any other info.
    (use the query wizard if you must)
    click the button, run the query...

    docmd.openquery "qaPost2Log"

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 03-29-2015, 07:42 PM
  2. Replies: 1
    Last Post: 09-12-2014, 06:09 AM
  3. Replies: 3
    Last Post: 08-04-2013, 07:11 AM
  4. Replies: 1
    Last Post: 07-27-2010, 02:27 PM
  5. Command Button Help!
    By arthura in forum Programming
    Replies: 3
    Last Post: 06-30-2009, 12:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums