I have a database set up with switchboards and I need to have the user enter quote information on a form and then print that information on a report using a command buttom from the form. The information on the form does data-entry into a main table to store the information. I need only the current quote printed. Currently I have it set up with the report being based off of a query that asks specifically for the quote number you just entered. The command button on the form prints the report. However, you have to re-enter that Quote# again so it knows which record to print. Is there some way to avoid this and print a report with the current form information on it, from the form. Thanks.
Brad
Brad