Ok this is the situation. I have the telephone number as my primary key.
I'm building a database that will allow me to print a reciept when an order
is completed in a form. That form that I am using I want it to pull the
information from that current form (that I have just entered) and be able to
print that information in a report but only that one record not all of them.
That is the problem. These are the fields that I have in the table First
Name, Last Name, Address, City, State, Zip Code, and the Order Number. The
initinal question was how do I get a reciept printed for every new record or
use the account number as a way to select only that record in a query? In
the second table the fields that I have are Make, Model Color, Mileage,
License Plate. I would even be willing to accept a popup that would say
please input order number or license plate and then i type in the number and
the report is generated how do you do that. The monthly report thing I got
that figured out so don't worry about that.