Search results

  1. S

    OpenReport

    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...
  2. S

    Printing a Report from a loop in VB

    Hi! I am trying thru a while loop in a vb program behind the access report. I have a form where I enter txtSubject. I want to search for all the subjects in the database that have in them the txtSubject and then print them in a report. I am having a problem sending the string to the open...
Back
Top Bottom