Qty On Hand

G

Guest

Help please,
I have an Inventory DataBase that where I have a 10lb Fire
Extinguisher Table and a Form designed from that. So far
so good. I have "Serial No.", "Manufacturer", "Date In
Service", "Date Out of Service" and then a check box
for "Sold yes/no". What I'm trying to get is a "Qty On
Hand" minus what is checked as Sold. I can't seem to get
this to work. Perhaps any ideas out there?
 
P

PC Datasheet

Put the following in the control source of a textbox on your form:

=DCount("*","NameOfTable","[Sold] = False")
 

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

Top