Search results

  1. C

    Placing a value from a function in a Query

    Is there a way to modify this script so that strResponse provides a list box of values from a table in the database? (I'm new to VBA) Thanks
  2. C

    Efficiency in Table Construction

    As I have many variables that fall into the case of the variable 1 in 2000, variable 2 in 2000, variable 1 in 2001, variable 2 in 2001 senerio...Is there a quicker way to get those variables to pivot, without have to create all of the pivot tables? thanks
  3. C

    Efficiency in Table Construction

    As I have many variables that fall into the case of the variable 1 in 2000, variable 2 in 2000, variable 1 in 2001, variable 2 in 2001 senerio...Is there a quicker way to get those variables to pivot, without have to create all of the pivot tables? thanks
  4. C

    Efficiency in Table Construction

    Much Thanks Thanks for your reply - I just need a stamp of approval that I was moving in the right direction, before I load in the years and years of data I have. Much Thanks!
  5. C

    Efficiency in Table Construction

    Hi, I am setting up a database of school student information, which I will eventual need to output in a file format compatible for use with SPSS. Here is my dilemma...I have a table that has the students demographic information called Students with fields as follows: Students s_id (fixed...
Back
Top Bottom