February 19, 200520 yr I have a database where I have a related file to hold payments for participants. I would like to print a receipt for each entered payment. I have a layout in the main file with a portal to the payment file to enter payments. I can print a receipt for the first record only. I need to have the receipt print for the current payment entry. Receipts will printed as payments are entered. How do I get the script to default to the current entry? It seems to print the first payment only. I tried to have it go the the last portal line but it still prints the first record. Is there a better way to handle this?
February 20, 200520 yr Portals are not good for printing. It is best to do a find in the table of receipts that you wish to print. You can create a layout that has the information from the main table (file) by creating a relationship from table reciepts in the header.
Create an account or sign in to comment