Hi!
I think I got the VB code correct by building a temporary file, but how do I send this temporary file to my report. (I bolded out where my problem is)
Here's the code:
Private Sub Display_Click()
On Error GoTo Err_Display_Click
Dim rst1 As ADODB.Recordset
Dim rstTempMem As ADODB.Recordset...