Search results

  1. R

    Building an If then statement

    I have designed a simple access form for a paper/pencil survey with help from this forum. I have so far been able to design the form so that certain areas of the form are invisible and the tab jumps appropriately to the next question if the respondent is a (1) youth without comments or (11)...
  2. R

    Help with jumping over sections of form

    Background: I have designed a form in Access 2010 (with your help) to compile survey responses. The form starts by identifying the respondents as: adult (assigned # 1); adult with comments (assigned # 11) and youth ( assigned # 2); youth with comments (assigned #22). If the box adult no...
  3. R

    code to use to tab from question textbox to next combo box

    What wording in VBa is used to move on exit from a text box in question one to a combo box in question 2 on my form? Question 1 textbox is named txtAC01; Question 2 combo box is named numAC02. I have tried several combinations of words "move to," "jump to" however, I get an error message. Thanks
  4. R

    Use VBa to change tab order is enter comments

    I have designed a form in Access 2010 to handle results of a survey. The beginning of the form has a question if you are an adult or a youth. There are 2 adult possibilities; adults with combo box answers only to questions and no text comments (in this case the text box for comments that...
  5. R

    Need help hiding parts of form based on value in previous combobox

    I have a continuous survey form based on 2 tables, lookup table and survey table. The lookup table shows all the possible questions the survey table all of the possible answers. Most of the questions are designed with a combox plus a textbox for comments. I would like to do two things. The...
Back
Top Bottom