G
Guest
Thanks in advance.....
I could use some help with the following.
Here's what I have so far....
Dim stDocName As String
Dim stCriteria As String
stDocName = "rptFosterHome"
stCriteria = "[FHFileID] =" & Me![FHFileID]
DoCmd.OutputTo acReport, stDocName
What I need now is for this to go to a file folder on the I: drive.
Can anyone help????
Regards.
I could use some help with the following.
Here's what I have so far....
Dim stDocName As String
Dim stCriteria As String
stDocName = "rptFosterHome"
stCriteria = "[FHFileID] =" & Me![FHFileID]
DoCmd.OutputTo acReport, stDocName
What I need now is for this to go to a file folder on the I: drive.
Can anyone help????
Regards.