Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2009
    Posts
    6

    Post how to auto update in a field on the table?

    Thank for your attention. I'm new in access, and i have problem with update command. i need to update with request as follows: "For example, in a table, i have two field -- MONTH, COLOR --. the table exist one record row is -- 1/2009, BLUE -- now, in a form of this table, i will add new record with MONTH is 2/2009, and i want COLOR field will be default display same as the color of 1/2009 month record (is BLUE). what i have to do? Thanks in advance!

  2. #2
    thhui is offline Competent Performer
    Windows XP Access 2002 (version 10.0)
    Join Date
    Feb 2009
    Posts
    235
    You must write VBA code to search the last value of the required field you have entered and
    post this value to the new record on the NewRecord event.

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

Similar Threads

  1. Replies: 3
    Last Post: 10-30-2013, 11:42 AM
  2. how to update only one field in 1 table?
    By viccop in forum Access
    Replies: 3
    Last Post: 02-21-2009, 02:32 PM
  3. Replies: 1
    Last Post: 08-04-2008, 03:30 AM
  4. Update table from calculated field in a form
    By BernardKane in forum Forms
    Replies: 3
    Last Post: 11-28-2006, 09:48 AM
  5. Auto-Create a Table
    By Mxcsquared in forum Forms
    Replies: 3
    Last Post: 01-28-2006, 11:36 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