Bill,
What type of field is Paid... Text (for a "y" or "n")? Your post seems
to intimate that.
Does it always contain either a null or a "y" or an "n"
It really should be a Boolean True/False, but I'll assume a text "y" or
"n".
In the query behind the form, use this criteria against the Paid field...
= "Y"
If the "Y" is part of a longer string in Paid...
Like "*" &"Y" & "*"
I should add however that Paid really should be determined by adding up
the Cost, and subtracting the Paid, and determining the result...
(Paid (0), or remaining balance (+), or credit (-))
rather than a manual Paid = "y" or Paid = True.
------
hth
Al Campagna
Access MVP 2007
http://home.comcast.net/~cccsolutions/index.html
"Find a job that you love, and you'll never work a day in your life."