If I wanted to email the same file...
I know I would change to the DoCmd.SendObject... but where would I put the strTitle part
Private Sub Command139_Click()
On Error GoTo Err_Command139_Click
Dim stDocName As String
Dim strTitle As String
stDocName = "RPT_DCI Print Update"...
Unfortunately the database contains some private data... I can clear that out if that will help.
The control names have been corrected.. as the name previously provided were for a different DB I had open at the time... my apologies.
The form name is FRM_Rebuttal Entry and the unique field...
The name is called Order Input, and the control names are called Customer_ID and PO_Number.
I actually want these to be used in naming the OUTPUT report. Each time the report is generated, I want the the Customer_ID and the PO_Number to comprise the name of the output file.
So when I run...
Alright, I need a little help for some fellow tech heads. I am not real strong in VBA, but I have seen the code that allows a RPT output in access to have the current date and time.
I need something similar to that, but instead of a date field, I want to utilize a field on the form used to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.