I figured out what was causing this - it won't pull negatives in a
field set to currency format. I used my copy of table and form and
changed the format to Long Integer with Standard format, and then it
pulled negatives with no problem.
However, in the meantime I realized if we enter negatives in my
database it will throw off the totals, so we're not going to do that.
Thanks again for your help :-)
Julia
jbaresch@oldrepublic.com (Julia Baresch) wrote in message news:<505e0ad2.0310220537.70835cc8@posting.google. com>...[color=blue]
> Thanks, I hadn't tried using just the one table. I will. I know the
> amounts were entered as -500 because I entered them just before I did
> this. We'll see what happens.
>
> Thanks again :-)
>
> "Doug M" <owner@nowhere.com> wrote in message news:<3f95e18a$0$21654$afc38c87@news.optusnet.com. au>...[color=green]
> > "Julia Baresch" <jbaresch@oldrepublic.com> wrote in message
> > news:505e0ad2.0310211114.4028c1b3@posting.google.c om...[color=darkred]
> > > Hi everyone, I haven't found any reference to this problem on this
> > > group or in Access 97 help. I hope someone here knows this - probably
> > > a simple thing, but not obvious.
> > >
> > > I designed a query to pull payment data from my database for
> > > accounting. It has 3 tables with one-to-many joins:
> > >
> > > Table1 --> one-to-many --> Table2 --> one-to-many --> Table3
> > >
> > > The payment amount field is in Table3. I entered a few negative
> > > numbers in this field for payment checks that have been returned and
> > > voided. The field is currency data type, and it took the negative
> > > entries and displays them with () like this ($500.00).
> > >
> > > When I run the query with the payment field criteria set to <>0, it
> > > won't pull the records with negative amounts. I tried it with <0 and
> > > with no criteria, and it still won't pull these records.
> > >
> > > I also tried making a copy of the table and the query for
> > > experimentation and changing the data type to Long Integer with
> > > currency format. It still won't pull the records with negative
> > > amounts.
> > >
> > > Can anyone tell me why these records won't pull and how to fix it?
> > >
> > > Thank you very much!
> > >
> > > Julia[/color]
> >
> > Is it possible that the negative amounts have been entered as ($500.00)
> > instead of -500?
> >
> > Doug M[/color][/color]