I have created a database for billing my clientele.
I have created simple math expressions for summing
in one of the forms I use to print out billing invoices.
However, I need to query the unpaid invoices, using
a form. But when I view both the table, (inwhich the
form is designed from), and the newly created query,
using the aame table, the "TotalPrice", TotalMileage, and
TotalParts show $0.00. Yet the Form and the Report both
show the correct sum totals.
I just want to reuse the same table to create a query,
then use the query to design an Invoice Control Form,
which I can enter payment info and mark the invoice as
paid.
Thanks for your assistance so far. I think I need to
take some Access classes and learn more about creating
expressions, macros and conditions.