Results 1 to 2 of 2
  1. #1
    sivega is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2013
    Posts
    12

    Default Values/Forms/Macros?

    I am trying to create a database where I can keep track of devices that have been lent out.



    Table--> Device, DateIn, DateOut, Person

    I have 2 forms: The first is a "check out" form where the information of the person and device are entered and the DateOut is defaulted to the current date.

    The second form is a "check in" form where I have a drop down that finds the record of the devices that are currently checked out. Is there a way for the DateIn feild of the table be update with the current date after a certain event?

    Thanks!

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,641
    Me.DateIn = Date()
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Replies: 5
    Last Post: 06-05-2013, 05:59 PM
  2. Replies: 3
    Last Post: 07-30-2011, 09:12 PM
  3. Macros within Forms/Multiple Conditions
    By screwdrew1 in forum Forms
    Replies: 0
    Last Post: 04-11-2011, 01:28 PM
  4. Replies: 0
    Last Post: 03-27-2008, 08:20 AM
  5. Default Values
    By twainscott in forum Programming
    Replies: 0
    Last Post: 09-14-2006, 11:18 AM

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