Null Value

  • Thread starter Thread starter CharlesCount via AccessMonster.com
  • Start date Start date
C

CharlesCount via AccessMonster.com

How do I get a query to enter a zero value so I can calculate the difference.
I have a table with 200 items (Stock) and I want to deduct the items used
(TableUsedItems), some period of time no items are ure used but I want to
dispay all items but when I deduct from all itmes I do not get a balance
number where the used field is blank.

Thank you
 
KARL said:
Use the NZ function or IIF([x] Is Null, 0, [x]).
How do I get a query to enter a zero value so I can calculate the difference.
I have a table with 200 items (Stock) and I want to deduct the items used
[quoted text clipped - 3 lines]
Thank you


Thanks
 

Ask a Question

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.

Ask a Question

Back
Top