Garcimat
Member
- Local time
- Tomorrow, 07:32
- Joined
- Jun 7, 2022
- Messages
- 67
Hi guys
When I finish to collect the data in a form, I make the button to save the data available, I save the data as a new record, close the form and open a first page form….
I need to print only this “form” record. I have tried docmd.printout and current but prints all the records from the data table.
Is there a way to print only the current record that is showing in my form ?
I was thinking in save the record collect some unique values (SWO_Number and PTF_Number or Max ID value) in global variables and use a sql query and then print it, but I don’t know how to do it.
Thanks in advance
When I finish to collect the data in a form, I make the button to save the data available, I save the data as a new record, close the form and open a first page form….
I need to print only this “form” record. I have tried docmd.printout and current but prints all the records from the data table.
Is there a way to print only the current record that is showing in my form ?
I was thinking in save the record collect some unique values (SWO_Number and PTF_Number or Max ID value) in global variables and use a sql query and then print it, but I don’t know how to do it.
Thanks in advance