V
Valerie
After builing my first database, I gave it a test drive
this morning using some trial data. Everything worked
perfectly. I then appended data from another database into
my new tables. Still everything looked fine. I then began
adding values to one particular field, "InitialCount". Now
my query, which has run perfectly until now, is mutiplying
my input by exactly 53. E.g., a product which should have
resulted in an "OnHand" value of 14 shows 742.
My expression reads as follows:
On Hand: Sum(nz([InitialCount])+nz([UnitsReceived])-nz
([UnitsShrinkage])-nz([UnitsUsed]))
All fields have a default value of 0, and the only field
with any quantities other than 0 is the InitialCount
field.
Please tell me what I'm doing wrong and what might have
happened to cause this query to behave differently than it
did before I appended the data.
Thank you.
this morning using some trial data. Everything worked
perfectly. I then appended data from another database into
my new tables. Still everything looked fine. I then began
adding values to one particular field, "InitialCount". Now
my query, which has run perfectly until now, is mutiplying
my input by exactly 53. E.g., a product which should have
resulted in an "OnHand" value of 14 shows 742.
My expression reads as follows:
On Hand: Sum(nz([InitialCount])+nz([UnitsReceived])-nz
([UnitsShrinkage])-nz([UnitsUsed]))
All fields have a default value of 0, and the only field
with any quantities other than 0 is the InitialCount
field.
Please tell me what I'm doing wrong and what might have
happened to cause this query to behave differently than it
did before I appended the data.
Thank you.