E
eddiepenn
I have a record with multiple publications. I'm tring the print a
report that will show the draws for Saturday if the publication is the
HC,WSJ or NYT and monday draw if the publication is BAR and IBD.
I've created a query that gives me all the right information, but
cannot combine the two fields into one.
Following is an example some far, but can't get it to work.
IIf([Pub]="HC" Or "WSJ" Or "WS-AM",[Saturday_Draw], Or IIf([Pub]="BAR"
Or "IBD",[Monday_Draw],0))
Thanks,Eddie
report that will show the draws for Saturday if the publication is the
HC,WSJ or NYT and monday draw if the publication is BAR and IBD.
I've created a query that gives me all the right information, but
cannot combine the two fields into one.
Following is an example some far, but can't get it to work.
IIf([Pub]="HC" Or "WSJ" Or "WS-AM",[Saturday_Draw], Or IIf([Pub]="BAR"
Or "IBD",[Monday_Draw],0))
Thanks,Eddie