Search results

  1. M

    Email

    Is thier any way to send out a mass email using email address's from the results of an access database query?
  2. M

    SQL Query with not equal won't run

    I have two query's. One for fall semester and one for spring semester. I am trying to set up a transcript. I am getting an error on the lines with <> but I do not know of any other way to do this in an access database. I have asked several people for help and no one can figure this out. I...
  3. M

    Iif

    How can I use iif not in an access query. IIf (fsubject not = to ssubject ,do this) Is equal is easy enough but I'm not sure what character I use for not.
  4. M

    Joining records for a report

    I need help printing two records on a single line ClassName Semester Grade Biology F A Biology S B What I want is to join the two records in a transcript report so that it shows up like this Biology F/S A/B I can't change the database tables because I...
Back
Top Bottom