Results 1 to 2 of 2
  1. #1
    rthakral is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jul 2013
    Posts
    35

    Exclamation how to get active status to show up on one form from another?

    Good afternoon,

    I have a form that has a field that says "project status" it is a drop down field. In that field are four options one can select from. Of those selections, you can choose from: "Active", "Canceled", "Complete", and "Not Started" - This field appears on more than one form screen (2)



    I.E. "Project Status" field is on the "Committee" Screen as well as the "Denovo" Screen, If I am creating a record for a branch named "Pittsburgh" (that is the identifier per record, it's branch name) "Pittsburgh" is "Active", I select "Active" on the "Committee" Screen, when I type in Pittsburgh under branch name on the "Denovo" Screen, how do I get the "Project Status" Field on that screen to auto - populate with "Active"

    Does that make sense? Please advise, any help would be greatly appreciated. Thank you so much in advance!

    -rt

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Quote Originally Posted by rthakral View Post
    ...how do I get the "Project Status" Field on that screen to auto - populate with "Active"

    -rt
    When you edit the values within field you are updating tables. You seem to be approaching it as though you want to update a form. The form is an interface to the tables. Comboboxes on forms can update a record in a table. That single record can be viewed from multiple forms as long as the record is in the form's recordsource.

    Consider the structure of your tables and the form's recordsource. You can use the .Requery method to have your form visit the table and look for changes/new records.

    Me.Requery

    .

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

Similar Threads

  1. Replies: 4
    Last Post: 06-20-2013, 10:26 PM
  2. Replies: 19
    Last Post: 04-23-2013, 05:45 PM
  3. how to change the words on form status bar?
    By techexpressinc in forum Forms
    Replies: 4
    Last Post: 09-12-2011, 11:24 AM
  4. Form Progress/Status Bar
    By Tomfernandez1 in forum Forms
    Replies: 2
    Last Post: 06-09-2011, 01:01 PM
  5. Progress/Status Bar on Form
    By Tomfernandez1 in forum Forms
    Replies: 5
    Last Post: 05-10-2011, 04:41 PM

Tags for this Thread

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