Is it possible to have a Data access page print a report that resides in the ACCESS database. I have a ADODB connection set up in the DAP page to the database where the report is.
dbPath = "\\Kscboc2\Share\Jbosc\Rpi\Databases\FERB.mdb"
Set objConn = CreateObject("ADODB.Connection")
objConn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & dbPath
I would like to add a button to the DAP page that can print a report. Any help would be greatly appriciated.
dbPath = "\\Kscboc2\Share\Jbosc\Rpi\Databases\FERB.mdb"
Set objConn = CreateObject("ADODB.Connection")
objConn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & dbPath
I would like to add a button to the DAP page that can print a report. Any help would be greatly appriciated.