Results 1 to 4 of 4
  1. #1
    dhogan444 is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    Jan 2011
    Posts
    12

    Continous Form with Combo Boxes

    I am trying to display a text ticket status in a combo on a continuous form. The control source for the combo box is the TicketStat field of table “tblTicketStatus”. The values in the TicketStat field are the primary keys for the option ticket status table. (Example: The control source display 1 or 2, where 1 is the ID for “Open” and 2 is the ID for closed”). The record source runs a query that pulls the TicketStat field values (text) from the option ticket status table.



    Can you take a look at the attached database and help me figure out the problem?
    Attached Files Attached Files

  2. #2
    DJDJDJDJ is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2011
    Posts
    21
    Hi,

    I think I am missing your question here. What exactly is it that you want to do that is not being done here? I looked at your sample DB and it does show the ticket status as open or closed.

  3. #3
    dhogan444 is offline Novice
    Windows Vista Access 2010 32bit
    Join Date
    Jan 2011
    Posts
    12
    Quote Originally Posted by DJDJDJDJ View Post
    Hi,

    I think I am missing your question here. What exactly is it that you want to do that is not being done here? I looked at your sample DB and it does show the ticket status as open or closed.
    Try changing closed to open, then it changes the value to the actual ID for all the records with Open/Closed and does not actually change the individual record value.

  4. #4
    DJDJDJDJ is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2011
    Posts
    21
    Your query for the form data source is selecting the Ticket status from the wrong table. you are selecting

    TicketStat_optTicketStat: TicketStat

    From optTicketStat

    you should change it to select from tblTicketStatus.

    After that it was working fine.

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

Similar Threads

  1. Replies: 9
    Last Post: 06-04-2014, 10:45 AM
  2. cascade combo boxes in continous forms
    By storm1954 in forum Forms
    Replies: 3
    Last Post: 05-10-2012, 06:00 AM
  3. Looping through records in a continous form
    By accessnihon in forum Forms
    Replies: 3
    Last Post: 01-04-2012, 01:04 AM
  4. Checkbox in continous form
    By senthilrg in forum Access
    Replies: 11
    Last Post: 12-05-2009, 08:49 AM
  5. Horitontal Continous Form?
    By Lawrence in forum Forms
    Replies: 1
    Last Post: 07-21-2009, 03:06 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