Search results

  1. M

    query results table

    query results table-Merged thread I have a query_ReimburseResult that counts the yes/no answers in field Reimburse from tbl_Survey. How do I take the results from the query and put it into a field in another table? I have tbl_Result and a field called ReimburseResult. I set the type to long...
  2. M

    Filling a table field with a query result

    I have a query_ReimburseResult that counts the yes/no answers in field Reimburse from tbl_Survey. How do I take the results from the query and put it into a field in another table? I have tbl_Result and a field called ReimburseResult. I set the type to long integer and then what? thanks!
  3. M

    Counting yes/no values

    How can I set up a query to give me the total number of "yes" and "no" responses from a yes/no field?
  4. M

    Multiple answers for a single field

    Hi, this is my first post here. My question is this: I am creating a database for a student survey. Some of the questions may have multiple answers. For instance, question 2 reads: "What location/time are you taking courses (select all that apply)" and the possible answers are...
Back
Top Bottom