paul.brisenden
Member
- Local time
 - Today, 00:23
 
- Joined
 - Feb 6, 2025
 
- Messages
 - 31
 
Hi guys, need some help. as a novice to Access i had some help by a member to add a PDF save command that will only save the current record i am working on (not the usual issue that you get with saving entire report records) 
I have the code (below) and it works no problem for this one form. my issue is that i now have another 2 forms that require the same feature. i have tried a basic copy and paste with wording change to reflect the new form title and report title. however i still produce an entire list of records in the report instead of the record i am working on.
Could anyone help with what i am missing here? (by the way, i am very very new to Access and have zero experience with building filters)
the below code works for the form headed NCE but i need this to work for 2 other forms too.
Thanks in advance.
		
		
	
	
		
	
 I have the code (below) and it works no problem for this one form. my issue is that i now have another 2 forms that require the same feature. i have tried a basic copy and paste with wording change to reflect the new form title and report title. however i still produce an entire list of records in the report instead of the record i am working on.
Could anyone help with what i am missing here? (by the way, i am very very new to Access and have zero experience with building filters)
the below code works for the form headed NCE but i need this to work for 2 other forms too.
Thanks in advance.