Results 1 to 2 of 2
  1. #1
    srele24 is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2020
    Posts
    1

    Post Change Status fields

    Update fields in Table


    I have two tables X and Face. when I enter the Date in the Face table in Table X I need to change the field to StatusID = 2. The previous status of the StatusId field can be any value between 1 and 6. Please help

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    run a query : docmd.openquery "quUpdTblXstatus
    the query would use the status combo on the form , look like:

    update tableX set tblX.Status= forms!myForm!cboStatus where tblX.key = forms!myForm!txtKey

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

Similar Threads

  1. Replies: 1
    Last Post: 09-03-2019, 08:28 AM
  2. Field Status Change Automatically?
    By m4l4y in forum Access
    Replies: 2
    Last Post: 03-23-2016, 06:55 PM
  3. How to change status of student
    By arif in forum Access
    Replies: 3
    Last Post: 11-25-2014, 04:35 AM
  4. Change Status on Order
    By Stephanie53 in forum Forms
    Replies: 9
    Last Post: 05-13-2013, 11:24 AM
  5. how to change the words on form status bar?
    By techexpressinc in forum Forms
    Replies: 4
    Last Post: 09-12-2011, 11:24 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