G
Guest
I have a Form that collects simple data from a medical chart review. It is set up to always enter new data when opened and the data is placed into a table. The table is linked to 2 other tables that contain Resident names and Faculty names.
I have placed a Command Button at the bottom so that when you finish entering the data on the form..you can print out that record...but I would prefer to have the button create an event where all the data just entered is sent to a more formal report for printing. I know i can set the button to print a report...but how do I get it to print a "report" that uses only the record that was just entered instead of a bunch of records.
eg...Data entered to Form (review)---which is added as a new record to Table (review)---command button sends the newly entered record of data to be printed as a report that has a nicer printed format than the bland data entry form..
Thanks for any help...
I have placed a Command Button at the bottom so that when you finish entering the data on the form..you can print out that record...but I would prefer to have the button create an event where all the data just entered is sent to a more formal report for printing. I know i can set the button to print a report...but how do I get it to print a "report" that uses only the record that was just entered instead of a bunch of records.
eg...Data entered to Form (review)---which is added as a new record to Table (review)---command button sends the newly entered record of data to be printed as a report that has a nicer printed format than the bland data entry form..
Thanks for any help...