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...
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.
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...