Have no idea what you are asking. Post your full question using the text
area and we can help you translate your formula. Either post the full
formula or state what you want to accomplish in words. Are you trying to
display text in a text field based on an IF? Are you trying to limit
records pulled to the report?
Hi
I have an access report showing sales for 2004 and 2005 and I am trying to
show a field that displays the % increase/decrease in sales. However as some
figues are 0 I get the #div/0! error. In excel I can create a furmulea
=if(and(a1=0,b1=0),0%,if(and(a1=0,b1>0),100%,((b1/a1)*1)-1) that gives me
numbers for all possible values but when i try use this in access it does not
work. For a1 and b1 substitue for 2004 sales & 2005 Sales.
I hope I have explained this better.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.