G
Guest
Hi,
Short overview of the set up:
qry1 retrives data--> acct, sale1, date1(mmyy);
qry2_crosstab acct as rowsourse, date as column source, sale1 as sum value
Now I am trying to create next qry that will have month1, month2, month3 as
the colums, but depending on the past month value> Here is what I am using
PM: IIf((Month(Now())-1)=8,[0805],IIf((Month(Now())-1)=9,[0905],"")) but
since october is not here, if I put a future field the jet doesn't recognize
it. How can I go around it, so I don't have to add new field every month?
Thank you
Thanks
Short overview of the set up:
qry1 retrives data--> acct, sale1, date1(mmyy);
qry2_crosstab acct as rowsourse, date as column source, sale1 as sum value
Now I am trying to create next qry that will have month1, month2, month3 as
the colums, but depending on the past month value> Here is what I am using
PM: IIf((Month(Now())-1)=8,[0805],IIf((Month(Now())-1)=9,[0905],"")) but
since october is not here, if I put a future field the jet doesn't recognize
it. How can I go around it, so I don't have to add new field every month?
Thank you
Thanks