ok so i was starting to make a query and thought that there could be a better way of making it.
what i am trying to do it only print entries that does not have there value as null. ex: phone IS NOT NULL and street IS NOT NULL
i was starting to write it out like that but i know there has to be a better way.
also as a double whammy question if i do make it a better query how can i have a or statement for one thing. ex: lets say that there are two fields that are high school gpa and college gpa. (there only going to fill out one) and if hs gpa is null check to see if college is not null.
i hope that i am making sense. thanks in advance