Search results

  1. S

    Using Prompt to select a column

    I have a fairly simple table which is composed of a location on a row, and then has details from a quesionaire on the columns. Each question has a mean and a n column. So say for the cancer center I have a quesion tagged a1...so I will have an a1m and an a1n column. This is repeated for about...
  2. S

    IIf(isnull) across multiple cascading combos

    I have three levels of cascading combos Division>Admin>Department and an independent combo called node. Now I want the query to pull all the values if nothing is selected in the combo box. The node field is the only one that is working properly. My code is as follows...
  3. S

    IIf on two levels of cascading combos

    I have three levels of fairly simple cascading combos. All contained in the same table- Division>Admin>Dept. All three boxes work fine, but now I am attempting to have them do two additional steps. 1. I want the lower levels to default to a null value upon entry into the upper levels. I...
Back
Top Bottom