I have a table that contains four yes/no fields to designate four different program types (NBUG, NBGRAD, NNBUG and NNBGRAD). Some programs have more than one type, so the XYZ Program may have a yes for NBUG and NBGRAD. I need to create a query (hopefully a cross tab) or a table that has the four program types as headings. The data in the columns is pulled depending on the program type, so if program type is NBUG then the value is UG$; if program type is NBGRAD then the value is GRAD$; if program type is NBUG and NBGRAD, then UG$ has to go under NBUG and GRAD$ has to go under NBGRAD. Also, the programs are grouped by state and most states have more than one program. I need to sum all of the UG$ and GRAD$ by program type resulting in one row per state.
I don't think this should that hard, but I've hit a brick wall. Thanks for any help!
I don't think this should that hard, but I've hit a brick wall. Thanks for any help!