F
Fatz
I have a data-entry form that saves the data into a main table. Once
the user pushes "Enter", the "Print Record" button enables so the user
can print the current record. The way I have it set now is that it
takes you to a form where the user manually selects the record to
print. I need to make it so that when the button is clicked only the
current record is selected and automatically printed. I don't even
want the user to see the report...just click the button...teh record
is printed...and they move on to the next entry.
Any thoughts on the best way to do this?? My initial thought was to
append the record to a new table and then run the report off that
table. Once the user prints the record and clicks the "Add New
Record" button a delete query would clear that table and then append
the new record that was added...print it...and so on...
Am I on the right track here?? I appreciate all help and suggestions!
-Chris
the user pushes "Enter", the "Print Record" button enables so the user
can print the current record. The way I have it set now is that it
takes you to a form where the user manually selects the record to
print. I need to make it so that when the button is clicked only the
current record is selected and automatically printed. I don't even
want the user to see the report...just click the button...teh record
is printed...and they move on to the next entry.
Any thoughts on the best way to do this?? My initial thought was to
append the record to a new table and then run the report off that
table. Once the user prints the record and clicks the "Add New
Record" button a delete query would clear that table and then append
the new record that was added...print it...and so on...
Am I on the right track here?? I appreciate all help and suggestions!
-Chris